We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d401df commit 06c4105Copy full SHA for 06c4105
1 file changed
tests/stick_test_data.py
@@ -29,6 +29,15 @@
29
30
31
RESPONSE_MESSAGES = {
32
+ b"\x05\x05\x03\x030001CAAB\r\n" :(
33
+ "Stick network info request",
34
+ b"000000C1", # Success ack
35
+ b"0002" # msg_id
36
+ + b"0F" # channel
37
+ + b"FFFFFFFFFFFFFFFF"
38
+ + b"060098765432101234" # 06 + plus-device mac
39
40
+ ),
41
b"\x05\x05\x03\x03000AB43C\r\n": (
42
"STICK INIT",
43
b"000000C1", # Success ack
0 commit comments