mirror of https://github.com/espruino/BangleApps
Merge pull request #3201 from espruino/health-readme
health: add hrm info to readmepull/3185/head^2
commit
68e78e492e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue