We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c55e27 commit 239aea1Copy full SHA for 239aea1
tests/test_pairing.py
@@ -73,8 +73,9 @@
73
"Pair request of plus-device 0098765432101234",
74
b"000000C1", # Success ack
75
b"0005" # response msg_id
76
+ + b"0123456789012345" # stick-mac
77
+ b"00" # existing
- + b"000", # not allowed
78
+ + b"00", # not allowed
79
),
80
b"\x05\x05\x03\x0300230123456789012345A0EC\r\n": (
81
"Node Info of stick 0123456789012345",
0 commit comments