This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
alarmdecoder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added 'EXIT DELAY' pattern test to DSC arming panel state logic
main
f34rdotcom
5 years ago
parent
f228c53a5b
commit
838cc9f397
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
alarmdecoder/decoder.py
+ 1
- 1
alarmdecoder/decoder.py
View File
@@ -793,7 +793,7 @@ class AlarmDecoder(object):
exit = self._exit
if self.mode == DSC:
if
"QUICK EXIT" in messageUp
:
if
any(s in messageUp for s in ("QUICK EXIT", "EXIT DELAY"))
:
exit = True
else:
exit = False
Write
Preview
Loading…
Cancel
Save