We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168f806 commit 0b6126dCopy full SHA for 0b6126d
plugwise_usb/messages/requests.py
@@ -397,7 +397,7 @@ def serialize(self) -> bytes:
397
# key, byte
398
# network info.index, ulong
399
# network key = 0
400
- args = b"000000000000000000"
+ args = b"0000000000000000"
401
msg: bytes = self._identifier + args
402
if self._mac is not None:
403
msg += self._mac
tests/test_pairing.py
@@ -69,7 +69,7 @@
69
+ b"04FF"
70
+ b"FF",
71
),
72
- b"\x05\x05\x03\x0300040000000000000000000098765432101234\r\n": (
+ b"\x05\x05\x03\x03000400000000000000000098765432101234\r\n": (
73
"Pair request of plus-device 0098765432101234",
74
b"000000C1", # Success ack
75
b"0005" # response msg_id
0 commit comments