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 bb78f6a commit 2db6439Copy full SHA for 2db6439
tests/stick_test_data.py
@@ -604,6 +604,11 @@
604
+ bytes(("%%0%dd" % 2) % utc_now.month, pw_constants.UTF8) # noqa: UP031
605
+ bytes(("%%0%dd" % 2) % (utc_now.year - 2000), pw_constants.UTF8), # noqa: UP031
606
),
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
+ ),
612
b"\x05\x05\x03\x03003E11111111111111111B8A\r\n": (
613
"clock for 0011111111111111",
614
b"000000C1", # Success ack
0 commit comments