We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8260f67 commit 0ed8bafCopy full SHA for 0ed8baf
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