nutechsoftware/alarmdecoder

If we ignore processing of states we still process fire state?

f34rdotcom opened this issue · 1 comments

self._update_fire_status(status=None)

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.

Resolved in dev will be out soon.