Browse Source

Added note regarding missing expander zones in fault list.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
e6644637c6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pyad2/zonetracking.py

+ 3
- 0
pyad2/zonetracking.py View File

@@ -88,6 +88,9 @@ class Zonetracker(object):
elif message.value == 2:
status = Zone.CHECK

# NOTE: Expander zone faults are handled differently than regular messages.
# We don't include them in self._zones_faulted because they are not reported
# by the panel in it's rolling list of faults.
try:
self._update_zone(zone, status=status)



Loading…
Cancel
Save