aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-29 16:27:38 +1300
committerArslaan Pathan <[email protected]>2026-03-29 16:27:38 +1300
commit66a2d552090998d45a923fde72303006c220f8c6 (patch)
tree6356670d18bc6ea56a0216237401c01369b82ffb /README.md
parent9b0ccfa1fb87cb84002dc1dddbcb27cbabfe7536 (diff)
downloadzwzn-freefit-re-66a2d552090998d45a923fde72303006c220f8c6.tar.xz
zwzn-freefit-re-66a2d552090998d45a923fde72303006c220f8c6.zip
Update battery to generic measurement after further testing
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 26f8184..6496c92 100644
--- a/README.md
+++ b/README.md
@@ -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