get_health_status
Check a Mi Band's current health status: get recent heart rate, steps, sleep and activity state from cached or fresh device data without starting a new measurement.
Instructions
Recent HR, steps, sleep/workout history, wearing, sleep and activity state.
Each device-state observation has its own age/source. Current sleep_state is the band's classification, distinct from latest_sleep (a historical sleep session). cached uses local data only; remote reads reconnect automatically. This does not start a new measurement or change monitoring settings. max_age_seconds: 1..86400; device-state age is capped at 120s. timeout_seconds: 10..90.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| freshness | No | prefer_fresh | |
| max_age_seconds | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||