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
Fixed incorrectly named variable.
pyserial_fix
Scott Petersen
7 years ago
parent
99c857b272
commit
48992dd398
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
@@ -135,7 +135,7 @@ class AlarmDecoder(object):
self._relay_status = {}
self._internal_address_mask = 0xFFFFFFFF
self.last_fault_
time
= 0
self.last_fault_
expansion
= 0
self.fault_expansion_time_limit = 30 # Seconds
self.address = 18
Write
Preview
Loading…
Cancel
Save