Skip to content

Commit 78e9949

Browse files
committed
Add NodeAddRequest with NodeJoinAckResponse
1 parent 4aa7dce commit 78e9949

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/stick_test_data.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,18 @@
6565
+ b"01", # node_type (Circle+)
6666
),
6767
b"\x05\x05\x03\x030008014068\r\n":(
68-
" reply to CirclePlusAllowJoiningRequest",
68+
"Reply to CirclePlusAllowJoiningRequest",
6969
b"000000C1", # Success ack
7070
b"000000D9" # JOIN_ACCEPTED
7171
+ b"0098765432101234", # mac
7272
),
73+
b"\x05\x05\x03\x030007019999999999999999\r\n":(
74+
"Reply to NodeAddRequest",
75+
b"000000C1", # Success ack
76+
b"0061" # NODE_REJOIN_ID
77+
+ b"FFFD" # REJOIN_RESPONSE_SEQ_ID
78+
+ b"9999999999999999", # mac
79+
),
7380
b"\x05\x05\x03\x03000D0098765432101234C208\r\n": (
7481
"ping reply for 0098765432101234",
7582
b"000000C1", # Success ack

0 commit comments

Comments
 (0)