withings_get_body_temperature
Fetch body temperature measurements from Withings devices, including spot thermometer readings and continuous core body temperature from watches via intraday data.
Instructions
Fetch body temperature. Spot readings (meastypes 12/71/73 via getmeas) come from thermometers or occasional device measures. For Withings watches, set include_intraday=true to fetch continuous core_body_temperature (max 24h window) — that is usually where watch temp lives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset from a previous more=true response. | |
| enddate | No | End unix timestamp (seconds). Default: now. | |
| startdate | No | Start unix timestamp (seconds). Default: 24h ago. | |
| include_intraday | No | If true, also fetch watch intraday core_body_temperature via getintradayactivity (capped to 24h). Recommended for ScanWatch / activity trackers. |