Skip to content

Commit 0655c7d

Browse files
committed
Update length StickInitResponse
1 parent 0942980 commit 0655c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/messages/responses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ def get_message_object( # noqa: C901 PLR0911 PLR0912
10341034
if identifier == b"0011":
10351035
if length == 36:
10361036
return StickInitShortResponse()
1037-
if length == 60:
1037+
if length == 58:
10381038
return StickInitResponse()
10391039
return None
10401040

0 commit comments

Comments
 (0)