BangleApps/apps/myprofile
Rob Pilling 70f91b5a6f
Merge pull request #3192 from nxdefiant/medicalinfo
medicalinfo: Read height + weight from myprofile
2024-02-12 21:34:25 +00:00
..
ChangeLog myprofile: Add weight 2024-02-11 09:32:08 +01:00
README.md myprofile: Add weight 2024-02-11 09:32:08 +01:00
app.png Added myprofile 2023-12-10 09:39:13 +01:00
interface.html Add ability to upload/download My Profile data 2024-02-12 14:54:11 +00:00
metadata.json Merge pull request #3192 from nxdefiant/medicalinfo 2024-02-12 21:34:25 +00:00
settings.js myprofile: Add weight 2024-02-11 09:32:08 +01:00

README.md

My Profile

Configure your personal profile. All settings are optional and are only stored on the watch.

Available settings

Setting Description Displayed in Stored in Default value How to measure
Birthday Used to calculate age year, month, day 'YYYY-MM-DD' 01.01.1970 -
HR max maximum heart rate BPM BPM 60 Use maximum value when exercising.
If unsure set to 220-age.
HR min minimum heart rate BPM BPM 200 Measure your heart rate after waking up
Height Body height local length unit meter 0 (=not set) -
Weight Body weight kg kf 0 (=not set) -
Stride length distance traveled with one step local length unit meter 0 (=not set) Walk 10 steps and divide the travelled distance by 10

Developer notes

  • Feel free to add additional settings.
  • For values without reasonable defaults never assume that a value is set. Always check the value before using it.