aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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