If we ignore processing of states we still process fire state?
f34rdotcom opened this issue · 1 comments
f34rdotcom commented
alarmdecoder/alarmdecoder/decoder.py
Line 474 in ad3ff87
This is likely a code path that is followed. By default the class is constructed with _ignore_message_states as a False.
Also if _update_internal_states is called directly then it already checks for self._ignore_message_states and then does "not" call update_fire_status so in this case fire is not tracked if this routine is called directly.
f34rdotcom commented
Resolved in dev will be out soon.