Webex · JSON Structure

Contact Center Backlight Timer68 Xx Structure

* `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.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

BacklightTimer68XX is a JSON Structure definition published by Webex. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/contact-center-backlight-timer68-xx-structure.json",
  "name": "BacklightTimer68XX",
  "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"
  ]
}