patch
https://{nurevaDeviceIP}/api/v1/settings
Allows clients to set device settings, such as the display theme (classic, dot) and time mode (12h, 24h, off) or power saving settings. See the Device settings Details for more information on the attributes and expected values.
NOTE: Only supported for HDL200, HDL300, Dual HDL300 devices.
Minimum role required: general
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
}
}Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
