From 66a2d552090998d45a923fde72303006c220f8c6 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 29 Mar 2026 16:27:38 +1300 Subject: Update battery to generic measurement after further testing --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3