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:
melyux 2020-07-21 03:00:18 -05:00 committed by GitHub
parent b703e10b62
commit 14eacef6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.