mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Fixed description of 'check_zone' (#14058)
The 'check_zone' attribute was mistaken for AlarmDecoder's 'alarm_event_occurred' property, which is the property that indicates that your system was recently triggered, not 'check_zone'. See http://www.alarmdecoder.com/wiki/index.php/Protocol#Keypad.
This commit is contained in:
parent
b703e10b62
commit
14eacef6a5
@ -131,7 +131,7 @@ There are several attributes available on the alarm panel to give you more infor
|
||||
- `ac_power`: Set to `true` if your system has AC power supplying it.
|
||||
- `backlight_on`: Set to `true` if your keypad's backlight is on.
|
||||
- `battery_low`: Set to `true` if your system's back-up battery is low.
|
||||
- `check_zone`: Set to `true` if your system was recently triggered. When `check_zone` is `true`, it must be cleared by entering your code + 1 before attempting to rearm your alarm.
|
||||
- `check_zone`: Set to `true` if your system detects a problem with a zone.
|
||||
- `chime`: Set to `true` if your system's chime is activated. When activated, your system will beep anytime a door or window is faulted while the alarm is disarmed.
|
||||
- `entry_delay_off`: Set to `true` if your system is in "Instant" mode, meaning the alarm will sound on any faults.
|
||||
- `programming_mode`: Set to `true` if your system is in programming mode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user