mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
apply patch mentioned in #192
This commit is contained in:
parent
a1780e25e6
commit
5078d59a15
|
@ -37,6 +37,7 @@ class DetectionMonitor:
|
|||
# if the algorithm is already triggered, don't bother checking for more
|
||||
if self.algorithm._triggered:
|
||||
if _debug: DetectionMonitor._debug(" - already triggered")
|
||||
self.algorithm._triggered = False
|
||||
return
|
||||
|
||||
# if there is a special filter, use it, otherwise use !=
|
||||
|
|
|
@ -38,6 +38,7 @@ class DetectionMonitor:
|
|||
# if the algorithm is already triggered, don't bother checking for more
|
||||
if self.algorithm._triggered:
|
||||
if _debug: DetectionMonitor._debug(" - already triggered")
|
||||
self.algorithm._triggered = False
|
||||
return
|
||||
|
||||
# if there is a special filter, use it, otherwise use !=
|
||||
|
|
|
@ -38,6 +38,7 @@ class DetectionMonitor:
|
|||
# if the algorithm is already triggered, don't bother checking for more
|
||||
if self.algorithm._triggered:
|
||||
if _debug: DetectionMonitor._debug(" - already triggered")
|
||||
self.algorithm._triggered = False
|
||||
return
|
||||
|
||||
# if there is a special filter, use it, otherwise use !=
|
||||
|
|
Loading…
Reference in New Issue
Block a user