Smart Lighting
Local API endpoints are pushed directly to the local desktop application, typically from in-game or other network devices.
Set Smart Light State
POST
http://localhost:9990/lighting
This method sets the current smart lighting state.
Request Body
state
string
some_state_here
Lighting States
State
Description
restore
Toggle 'Restore' lights when there is no active event
lights
Toggle 'Emergency' lights when emergency vehicle lights are on
panic
Toggle 'Panic' lights
available
Toggle lights when unit status is changed
unavailable
Toggle lights when unit status is changed
enroute
Toggle lights when unit status is changed
onscene
Toggle lights when unit status is changed
busy
Toggle lights when unit status is changed
left
Toggle the left turn signal lights
right
Toggle the right turn signal lights
hazard
Toggle the hazard lights
Local Port
The local port (9990
by default) can be modified in the bodycam configuration section.
Last updated