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
Fixed a crash affecting some Cync mesh/controller devices where large composite switchID values exceeded the uint32 range expected by LAN packet builders.
Added support for preserving the original API-provided switchID while deriving a LAN-safe controller identifier for mesh state requests and topology handling.
Added defensive validation around composite switch ID parsing using Number.isSafeInteger() to harden against malformed or unexpected API values.
Stability Improvements
Improved handling of multi-component switch/controller identifiers used by certain Cync devices.
Prevented writeUInt32BE overflow exceptions that could interrupt plugin startup or device communication.