Led
Read the leds' state
path: /leds
method: GET
Change the leds' state
path: /leds
method: PUT
note: During firmware update, the system daemon is managing the led state.
data
format: json object
fields:
status|capture
value: nullable enum: "off|green|green_blink|orange|orange_blink|red|red_blink|green_orange_blink|orange_red_blink|green_red_blink|red_blink_fast"
Example
{
"status"
:
"green"
,
"capture"
:
"off"
}
Back to Index