Set device settings

Allows clients to set device settings, such as the display theme (classic, dot) and time mode (12h, 24h, off), or power saving settings.

NOTE: Only supported for HDL200, HDL300, and Dual HDL300 devices.

Minimum role required: integrator

Example Request Body for HDL200 (only supports display settings)

{
    "display": {
      "theme": "classic",
      "timeMode": "12h",
    }
}

Example Request Body for HDL300 and Dual HDL300 (only supports power saving settings)

{
    "powerSaving": {
      "sleepModeEnabled": true
    }
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!