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 5baeda3 commit 1ee8e13Copy full SHA for 1ee8e13
tests/stick_test_data.py
@@ -64,6 +64,12 @@
64
+ b"4E0843A9" # fw_ver
65
+ b"01", # node_type (Circle+)
66
),
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
+ ),
73
b"\x05\x05\x03\x03000D0098765432101234C208\r\n": (
74
"ping reply for 0098765432101234",
75
b"000000C1", # Success ack
0 commit comments