configuration / system / display

CLI REST-API

front-panel-light-enabled

front-panel-light-enabled
This is a read-write object and valid values are:




See also:
/configuration/system/display: Display Configuration

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/system/display


Example using curl:
curl /api/configuration/system/display


Method: PATCH
URL: /api/configuration/system/display
Body:
{
  "front-panel-light-enabled": true
}

Example using curl:
curl -X PATCH /api/configuration/system/display -d
{
  "front-panel-light-enabled": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]