Documented time sync message

This commit is contained in:
jpk 2021-08-12 08:14:53 +02:00
parent ef3bb34267
commit 1509ed93aa
1 changed files with 8 additions and 6 deletions

View File

@ -313,12 +313,14 @@ Example packets:
Synchrize time `0xff`:
```
0000 ff 00 07 e5 08 0a 0b 24 00 00 00 00 00 00 00 00 .......$........
# 3 seconds later:
0000 ff 00 07 e5 08 0a 0b 24 03 00 00 00 00 00 00 00 .......$........
# 3 seconds later:
0000 ff 00 07 e5 08 0a 0b 24 06 00 00 00 00 00 00 00 .......$........
────┐ ─┐ ─┐ ─┐ ─┐ ─┐
│ │ │ │ │ │
│ │ │ │ │ └─ Seconds
│ │ │ │ └──── Minutes
│ │ │ └─────── Hour
│ │ └────────── Day
│ └───────────── Month
└──────────────── Year
```
**Current challange**