Skip to content

Commit f06175a

Browse files
committed
Try negative amounts of pulses
1 parent 91c9d1b commit f06175a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/stick_test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@
689689
b"000000C1", # Success ack
690690
b"0013" # msg_id
691691
+ b"0098765432101234" # mac
692-
+ b"000A" # pulses 1s
693-
+ b"0066" # pulses 8s
692+
+ b"FFF6" # pulses 1s
693+
+ b"FF9A" # pulses 8s
694694
+ b"00001234"
695695
+ b"00000000"
696696
+ b"0004",

0 commit comments

Comments
 (0)