/config/display/backlight/duration

The number of seconds the backlight should remain on after the last activation of the display navigation buttons. Zero means the backlight is always off. The special value -1 indicates that the backlight remains on at all times.

Get /config/display/backlight/duration

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/display/backlight/duration
Request samples
Response samples
application/json
{
  • "result": 60,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/display/backlight/duration

SecurityApiKey
Request
Request Body schema: application/json
integer <int32> (configDisplayBacklightDuration) [ -1 .. 2147483647 ]

The number of seconds the backlight should remain on after the last activation of the display navigation buttons. Zero means the backlight is always off. The special value -1 indicates that the backlight remains on at all times.

Responses
200

Normal response.

401

Unauthorized response.

put/config/display/backlight/duration
Request samples
application/json
60
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/display/backlight/duration

SecurityApiKey
Request
Request Body schema: application/json
integer <int32> (configDisplayBacklightDuration) [ -1 .. 2147483647 ]

The number of seconds the backlight should remain on after the last activation of the display navigation buttons. Zero means the backlight is always off. The special value -1 indicates that the backlight remains on at all times.

Responses
200

Normal response.

401

Unauthorized response.

post/config/display/backlight/duration
Request samples
application/json
60
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/display/backlight/duration

Reset to 0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/display/backlight/duration
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}