We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023b6a0 commit ab63b82Copy full SHA for ab63b82
1 file changed
tests/test_pairing.py
@@ -47,7 +47,6 @@
47
"Stick network info request",
48
b"000000C1", # Success ack
49
b"0002" # response msg_id
50
- + b"0123456789012345" # stick-mac
51
+ b"0F" # channel
52
+ b"FFFFFFFFFFFFFFFF"
53
+ b"FF98765432101234" # 06 + plus-device mac
0 commit comments