Skip to main content

Get security sensor settings

Returns the security sensor (zone) settings.

  • No — zone number.
  • Type — sensor trigger type:
    • Normal mode — activates only when the system is armed and the zone is included in the active scene. Typically used for door and window sensors.
    • Emergency / 24 hours — always active regardless of arming state. Used for flood, gas, smoke, and heat sensors.
  • Mode — wiring mode of the sensor (no, nc, 3c, bell).
  • Delay — delay in seconds before the zone triggers an alarm.
  • Sensor — sensor icon type shown when the zone is triggered.
Responses

OK


Schema
  • zones object[]

    List of zone settings

  • zone_id integer

    Possible values: <= 15

    Zone number

  • type string

    Sensor type

  • mode string

    Sensor mode

  • delay integer

    Sensor activation delay in seconds

  • sensor string

    Sensor name

  • types string[]

    Possible values: [normal, emergency, 24_hour]

    Available sensor types

  • modes string[]

    Possible values: [3c, no, nc, bell]

    Available sensor modes

  • delays integer[]

    Possible values: [0, 5, 15, 20, 25, 40, 60]

    Available sensor delays

  • sensors string[]

    Possible values: [smoke, gas, pir, door, window, panic, flood, pull_cord, bed_mat]

    List of available sensors

Loading...