From 4a8731c4947e70354f803f8ea92fb27aac394b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Sun, 13 Dec 2020 15:44:42 +0100 Subject: [PATCH] Another known device state packet --- custom_components/jablotron100/jablotron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/jablotron100/jablotron.py b/custom_components/jablotron100/jablotron.py index c791c62..63a787e 100644 --- a/custom_components/jablotron100/jablotron.py +++ b/custom_components/jablotron100/jablotron.py @@ -77,7 +77,7 @@ JABLOTRON_PACKET_WIRED_DEVICE_STATE_PREFIX = b"\x55\x08" JABLOTRON_PACKET_WIRELESS_DEVICE_STATE_PREFIX = b"\x55\x09" JABLOTRON_PACKET_INFO_PREFIX = b"\x40" -JABLOTRON_PACKETS_DEVICE_ACTIVITY = [b"\x00", b"\x01", b"\x02", b"\x03", b"\x0a", b"\x0c", b"\x0d", b"\x0e", b"\x24", b"\x33", b"\x3e", b"\x4f", b"\x80", b"\x81", b"\xa3", b"\xa4", b"\xa6", b"\xbe"] +JABLOTRON_PACKETS_DEVICE_ACTIVITY = [b"\x00", b"\x01", b"\x02", b"\x03", b"\x0a", b"\x0c", b"\x0d", b"\x0e", b"\x22", b"\x24", b"\x33", b"\x3e", b"\x4f", b"\x80", b"\x81", b"\xa3", b"\xa4", b"\xa6", b"\xbe"] JABLOTRON_INFO_MODEL = b"\x02" JABLOTRON_INFO_HARDWARE_VERSION = b"\x08" JABLOTRON_INFO_FIRMWARE_VERSION = b"\x09"