diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-29 16:27:38 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-29 16:27:38 +1300 |
| commit | 66a2d552090998d45a923fde72303006c220f8c6 (patch) | |
| tree | 6356670d18bc6ea56a0216237401c01369b82ffb | |
| parent | 9b0ccfa1fb87cb84002dc1dddbcb27cbabfe7536 (diff) | |
| download | zwzn-freefit-re-66a2d552090998d45a923fde72303006c220f8c6.tar.xz zwzn-freefit-re-66a2d552090998d45a923fde72303006c220f8c6.zip | |
Update battery to generic measurement after further testing
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -36,12 +36,12 @@ Anyway, talk is cheap, let's get into the documentation! ## Protocols/functions -### Battery status/notification (read/6E40FC21) +### Generic measurement response -Sent by watch if command is invalid. TODO find proper trigger for this +Sent by watch depending on context. For some reason it sends this for a battery percentage if you send an invalid command. TODO find proper trigger for this ``` -byte[0] = 0x94 (BATTERY command/response) -byte[1] = battery percentage (0-100) +byte[0] = 0x94 (response code) +byte[1] = measurement result (0-100) ``` ### syncTime |
