Skip to content

Commit a429378

Browse files
committed
Add CirclePlusAllowJoiningRequest with response to RESPONSE_MESSAGES
1 parent bc5a5d2 commit a429378

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/stick_test_data.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
+ b"4E0843A9" # fw_ver
6565
+ b"01", # node_type (Circle+)
6666
),
67+
b"\x05\x05\x03\x030008014068\r\n":(
68+
" reply to CirclePlusAllowJoiningRequest",
69+
b"000000C1", # Success ack
70+
b"000000D9" # JOIN_ACCEPTED
71+
+ b"0098765432101234", # mac
72+
),
6773
b"\x05\x05\x03\x03000D0098765432101234C208\r\n": (
6874
"ping reply for 0098765432101234",
6975
b"000000C1", # Success ack

0 commit comments

Comments
 (0)