Skip to content

Commit 06c4105

Browse files
committed
Add 0001-0002 combi
1 parent 0d401df commit 06c4105

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/stick_test_data.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929

3030

3131
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+
+ b"FFFFFFFFFFFFFFFF"
40+
),
3241
b"\x05\x05\x03\x03000AB43C\r\n": (
3342
"STICK INIT",
3443
b"000000C1", # Success ack

0 commit comments

Comments
 (0)