Skip to content

Commit 2db6439

Browse files
committed
Add CirclePlusRealTimeClockSetRequest with ACK
1 parent bb78f6a commit 2db6439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/stick_test_data.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,11 @@
604604
+ bytes(("%%0%dd" % 2) % utc_now.month, pw_constants.UTF8) # noqa: UP031
605605
+ bytes(("%%0%dd" % 2) % (utc_now.year - 2000), pw_constants.UTF8), # noqa: UP031
606606
),
607+
b'\x05\x05\x03\x030028009876543210123430081800150925FE53\r\n': (
608+
"Circle+ Realtime set clock for 0098765432101234",
609+
b"000000C1", # Success ack
610+
b"0000" + b"00DF" + b"0098765432101234" # msg_id, clock_ack, mac
611+
),
607612
b"\x05\x05\x03\x03003E11111111111111111B8A\r\n": (
608613
"clock for 0011111111111111",
609614
b"000000C1", # Success ack

0 commit comments

Comments
 (0)