Merge pull request #3201 from espruino/health-readme

health: add hrm info to readme
pull/3185/head^2
Rob Pilling 2024-02-16 08:50:47 +00:00 committed by GitHub
commit 68e78e492e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Logs health data to a file in a defined interval, and provides an app to view it
## Usage
Once installed, health data is logged automatically.
Once installed, health data is logged automatically. Entries are stored with a 10 minute interval.
To view data, run the `Health` app from your watch.
@ -40,6 +40,8 @@ minifier used in the App Loader, so we use the closure compiler to pre-minify th
The easiest way to use it is to install `https://github.com/espruino/EspruinoDocs`
and run `EspruinoDocs/bin/minify.js lib.js lib.min.js`
HRM data is stored as a number representing the best/average value from a 10 minute period.
## TODO
* `interface` page for desktop to allow data to be viewed and exported in common formats