Skip to content

Commit 239aea1

Browse files
committed
Add stick-mac to 0005-response, remove extra bit
1 parent 1c55e27 commit 239aea1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_pairing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@
7373
"Pair request of plus-device 0098765432101234",
7474
b"000000C1", # Success ack
7575
b"0005" # response msg_id
76+
+ b"0123456789012345" # stick-mac
7677
+ b"00" # existing
77-
+ b"000", # not allowed
78+
+ b"00", # not allowed
7879
),
7980
b"\x05\x05\x03\x0300230123456789012345A0EC\r\n": (
8081
"Node Info of stick 0123456789012345",

0 commit comments

Comments
 (0)