Skip to content

Commit

Permalink
Another known device state packet
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Dec 13, 2020
1 parent d7d2725 commit 4a8731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/jablotron100/jablotron.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a8731c

Please sign in to comment.