Skip to content
Discussion options

You must be logged in to vote

Hi @Brutallyk

So here is the mapping

And here is the raw data collection method.

"highlyActiveSeconds": stats_json.get("highlyActiveSeconds"),
"activeSeconds": stats_json.get("activeSeconds"),
"sedentarySeconds": stats_json.get("sedentarySeconds"),
"sleepingSeconds": stats_json.get("sleepingSeconds"),
"moderateIntensityMinutes": stats_json.get("moderateIntensityMinutes"),
"vigorousIntensityMinutes": stats_json.get("vigorousIntensityMinutes"),

I believe it will be better to use the moderateIntensityMinutes * 60 and vigorousIntensityMinutes * 60 (to get seconds because u…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by arpanghosh8453
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants