We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b940b commit 3bfed75Copy full SHA for 3bfed75
plugwise_usb/messages/requests.py
@@ -397,7 +397,9 @@ def serialize(self) -> bytes:
397
# key, byte
398
# network info.index, ulong
399
# network key = 0
400
- special_id = b"0001" # observed sequence with retries: b"0000", b"0001", B"0101"
+ special_id = (
401
+ b"0001" # observed sequence with retries: b"0000", b"0001", B"0101"
402
+ )
403
args = b"0000000000000000"
404
msg: bytes = self._identifier + special_id + args
405
if self._mac is not None:
0 commit comments