withings_get_weight
Fetch weight measurements recorded by a Withings scale over a chosen time range, using start and end timestamps to access historical body-weight data.
Instructions
Fetch scale weight measurements (meastype 1). Typical source: Withings scale.
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. |