We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea10484 commit eef0c9cCopy full SHA for eef0c9c
1 file changed
tests/test_pairing.py
@@ -70,7 +70,6 @@
70
"Pair request of plus-device 0098765432101234",
71
b"000000C1", # Success ack
72
b"0005" # response msg_id
73
- + b"0098765432101234" # circle+ mac
74
+ b"00" # existing
75
+ b"01", # allowed
76
),
0 commit comments