Webex · Schema

PoeMode

* `NORMAL` - Use normal power consumption. * `MAXIMUM` - Use maximum power consumption.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-poemode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PoeMode",
  "title": "PoeMode",
  "type": "string",
  "enum": [
    "NORMAL",
    "MAXIMUM"
  ],
  "description": " * `NORMAL` - Use normal power consumption.\n * `MAXIMUM` - Use maximum power consumption.\n"
}