Closed kvj closed 1 month ago
Smarter condition (
>=10100
?) will fix the issue
or, maybe if (normalizedMessage.type in ServerPushEvent) {
?
So, the notification should only handled as server push notification if the type is one of the server push events.
Client version
Latest in HASS add-on
Node version
Included into HASS add-on
Operating System type
Linux
Operating system version
Latest
Describe the bug
The issue is here: Sourcecode:
if (normalizedMessage.type >= 10000) {
The device ID of T81A0 is 10005 and, because of the condition above, push events are being ignored, as this line is never reached. As a consequence, no detection events and so on are available
Smarter condition (
>=10100
?) will fix the issueTo reproduce
Screenshots & Logfiles
Sample push message:
and then:
Additional context
No response