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 extra spaces
pyserial_fix
Ted Drain
7 years ago
parent
8f60f553c3
commit
ee756f65a9
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
@@ -795,7 +795,7 @@ class AlarmDecoder(object):
if fire_status == True:
self._fire_state = FireState.ALARM
self._fire_status = (fire_status, time.time())
self.on_fire(status=FireState.ALARM)
elif self._fire_state == FireState.ALARM:
Write
Preview
Loading…
Cancel
Save