DATA MODEL Vifit Tracker Phase Entry - Medisana/vitadock-api GitHub Wiki
(sub model of Tracker Phase, contains no additional fields like measurementDate etc.)
TrackerPhasesEntry is an optimized version of TrackerActivityEntry and TrackerSleepQuality where similar measurements are grouped together.
| Friendly Name | Parameter name | Description | Type | Comment |
| Type | type | Type of activity (sleep, idle, walk, run) | String | "sleep", "idle", "walk", "run" |
| Calories | calories | Total number of calories of this phase | Float | |
| Steps | steps | Total number of steps of this phase (including running steps) |
Integer |
|
| Running Steps | running_steps | Total number of steps done running of this phase | Integer | |
| Distance | distance | Total distance walked/ran during of this phase | Float | |
| Sleep quality | sleep_quality | Average sleep quality (number of movements / min), lower is better | Float | Number of movements per minute, usually between 0 (deep sleep) and 11 (lots of movements, bad sleep) |
| Duration | duration | Duration in minutes | Integer | Range: 1-1440 minutes |