Webex · Schema

BacklightTimer68XXDevice

* `ALWAYS_ON` - Keep the phone's backlight always on. * `TEN_SEC` - Set the phone's backlight to be on for ten seconds. * `TWENTY_SEC` - Set the phone's backlight to be on for twenty seconds. * `THIRTY_SEC` - Set the phone's backlight to be on for thirty seconds. * `OFF` - Keep the phone's backlight off.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

device-backlight-timer68-xx-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-schema/device-backlight-timer68-xx-device-schema.json",
  "title": "BacklightTimer68XXDevice",
  "description": " * `ALWAYS_ON` - Keep the phone's backlight always on.\n * `TEN_SEC` - Set the phone's backlight to be on for ten seconds.\n * `TWENTY_SEC` - Set the phone's backlight to be on for twenty seconds.\n * `THIRTY_SEC` - Set the phone's backlight to be on for thirty seconds.\n * `OFF` - Keep the phone's backlight off.\n",
  "type": "string",
  "enum": [
    "ALWAYS_ON",
    "TEN_SEC",
    "TWENTY_SEC",
    "THIRTY_SEC",
    "OFF"
  ]
}