From 25ebaa0c21d725050f48c98380925a90b26f6362 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Sun, 25 Nov 2018 23:39:20 +0100 Subject: [PATCH] Minor doc update --- doc/protocols/beurer.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/protocols/beurer.md b/doc/protocols/beurer.md index b0b3579c..1b341f77 100644 --- a/doc/protocols/beurer.md +++ b/doc/protocols/beurer.md @@ -24,9 +24,12 @@ Initialization 2. Write: ` 01` 3. Notification: ` 00 20` 4. Write: ` ` -5. Write: ` 4f <8 bytes 00>` +5. Write: ` 4f ` 6. Notification: ` f0 4f ` +`` can be given as all 0 (or other invalid user id) to query +scale status only. + * ``: battery level * ``: weight threshold (unit g / 100) * ``: fat threshold @@ -40,6 +43,11 @@ Initialization 1. Write: ` 4e ` 2. Notification: ` f0 4e 00` +Thresholds in original app: +* 0x28 0xdc +* 0x14 0xdc +* 0x0a 0x14 + ### Set unit @@ -122,7 +130,7 @@ Measurements 4. Write: ` f1 42 ` 5. Goto 3 if ` != ` -* All `` from step 3 is joined and parsed as a measurement. +* All `` from step 3 is joined and parsed as ` / 2` measurement(s). ### Delete saved measurements