diff options
| -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 |
