We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4fa48 commit cbc4246Copy full SHA for cbc4246
tests/test_pairing.py
@@ -75,7 +75,7 @@
75
b"0005" # response msg_id
76
+ b"0123456789012345" # stick-mac
77
+ b"00" # existing
78
- + b"00", # not allowed
+ + b"01", # allowed
79
),
80
b"\x05\x05\x03\x0300230123456789012345A0EC\r\n": (
81
"Node Info of stick 0123456789012345",
0 commit comments