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