We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aefb99 commit 9d44992Copy full SHA for 9d44992
1 file changed
plugwise_usb/messages/responses.py
@@ -1032,9 +1032,9 @@ def get_message_object( # noqa: C901 PLR0911 PLR0912
1032
1033
# 0011 has two formats
1034
if identifier == b"0011":
1035
- if length == 20:
+ if length == 36:
1036
return StickInitShortResponse()
1037
- if length == 42:
+ if length == 60:
1038
return StickInitResponse()
1039
return None
1040
0 commit comments