Skip to content

Commit 546b3ee

Browse files
committed
CirclePlusConnectReqyest: shorter args
1 parent fa03a0c commit 546b3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def serialize(self) -> bytes:
397397
# key, byte
398398
# network info.index, ulong
399399
# network key = 0
400-
args = b"00000000000000000000"
400+
args = b"000000000000000000"
401401
msg: bytes = self._identifier + args
402402
if self._mac is not None:
403403
msg += self._mac

0 commit comments

Comments
 (0)