0x64 - Unknown
This packet is exclusively emitted by the Module when the app is loaded and exited when connected to the Door Lock. The packet is never acknowledged.
Specification
| Byte | Description | Values |
|---|---|---|
| 1 | Packet ID | 0x64 |
| 2-3 | Year (Little Endian) | |
| 4 | Month | |
| 5 | Date | |
| 6 | Hour | |
| 7 | Minute | |
| 8 | Second | |
| 9 | State? | 0x00 - Disconnected?0x01 - Connected? |
| 10 | State? | 0x00 - Disconnected?0x01 - Connected? |
| 11 | Unknown | 0x00 |
| 12 | Unknown | 0x00 |
Examples
Lock Pairing
FF FF FF 48 0C 64 EA 07 02 14 14 20 1B 01 00 00 00 C7App Initial Load
FF FF FF 48 0C 64 EA 07 02 14 14 20 2D 00 00 00 00 D8FF FF FF 48 0C 64 EA 07 02 14 14 20 2E 00 00 00 00 DAApp Load
FF FF FF 48 0C 64 EA 07 01 0A 10 17 03 01 00 00 00 97FF FF FF 48 0C 64 EA 07 02 13 0F 13 37 00 01 00 00 D0App Quit
FF FF FF 48 0C 64 EA 07 02 13 0F 26 1A 00 00 00 00 C5
Last updated on