-
• #2
Bangle.getStepCount()
returns the step count since the last reboot of the watch.
Bangle.getHealthStatus("day").steps
is reset at midnight each day. This is the more useful measure in my opinion.
Bangle.getStepCount()
returns the step count since the last reboot of the watch.
Bangle.getHealthStatus("day").steps
is reset at midnight each day. This is the more useful measure in my opinion.
Hello,
The doc of
Bangle.getStepCount()
saysbut I noticed that all the apps get the step count using
Bangle.getHealthStatus("day").steps
.I just send this code to my Bangle2 as a test:
The output is not what I expected:
Why is there this difference?
Thank you :-)