You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way this is currently designed the state is incrementally updated as each event goes out. This will result in receivers getting only a partially updated state of the panel. In the C# plugin API the event bits are all updated first then events are fired.
The text was updated successfully, but these errors were encountered:
Potentially taggin UPNP push events at least with a sequence or something to allow the receiver to check for a missing or out of order event. Then it could choose to hold / delay and reorder to fix the issue.
alarmdecoder/alarmdecoder/decoder.py
Line 612 in a05de69
The way this is currently designed the state is incrementally updated as each event goes out. This will result in receivers getting only a partially updated state of the panel. In the C# plugin API the event bits are all updated first then events are fired.
The text was updated successfully, but these errors were encountered: