DATA MODEL Vifit Tracker Activity Entry - Medisana/vitadock-api GitHub Wiki
(sub model of Tracker Activity, contains no additional fields like measurementDate etc.)
Running_steps are added on top of steps, i.e. if someone walks 8000 steps and runs 2000 steps, "steps" would show 8000 and "running_steps" would show 2000 (instead of steps showing 10000 and running_steps showing 2000).
Friendly Name | Parameter name | Description | Type | Comment |
Calories | calories | Calories | Float | (excluding calculated basal metabolic rate) |
Steps | steps | Number of steps (including running steps) |
Integer |
|
Running Steps | running_steps | Number of steps done running | Integer | |
Distance | distance | Distance walked/run | Float | |
Start time | start_time | Start time of sleep (in minutes, starting at 0:00am UTC of that day) | Integer | Range: 0-1439 |
Duration | duration | Duration in minutes | Integer | Range: 15-1440 |