We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa7dce commit 78e9949Copy full SHA for 78e9949
tests/stick_test_data.py
@@ -65,11 +65,18 @@
65
+ b"01", # node_type (Circle+)
66
),
67
b"\x05\x05\x03\x030008014068\r\n":(
68
- " reply to CirclePlusAllowJoiningRequest",
+ "Reply to CirclePlusAllowJoiningRequest",
69
b"000000C1", # Success ack
70
b"000000D9" # JOIN_ACCEPTED
71
+ b"0098765432101234", # mac
72
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
+ ),
80
b"\x05\x05\x03\x03000D0098765432101234C208\r\n": (
81
"ping reply for 0098765432101234",
82
0 commit comments