Webex · JSON Structure

Cloud Calling Backlight Timer Object Device Structure

* `ONE_MIN` - Set the phone's backlight to be on for one minute. * `FIVE_MIN` - Set the phone's backlight to be on for five minutes. * `THIRTY_MIN` - Set the phone's backlight to be on for thirty minutes. * `ALWAYS_ON` - Keep the phone's backlight always on.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

BacklightTimerObjectDevice 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/cloud-calling-backlight-timer-object-device-structure.json",
  "name": "BacklightTimerObjectDevice",
  "description": " * `ONE_MIN` - Set the phone's backlight to be on for one minute.\n * `FIVE_MIN` - Set the phone's backlight to be on for five minutes.\n * `THIRTY_MIN` - Set the phone's backlight to be on for thirty minutes.\n * `ALWAYS_ON` - Keep the phone's backlight always on.\n",
  "type": "string",
  "enum": [
    "ONE_MIN",
    "FIVE_MIN",
    "THIRTY_MIN",
    "ALWAYS_ON"
  ]
}