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