zones_setting_toggle

Value of the zone setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zones-setting-toggle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zones_setting_toggle",
  "title": "zones_setting_toggle",
  "description": "Value of the zone setting.",
  "enum": [
    "on",
    "off"
  ],
  "type": "string"
}