add_weigh_in_with_timestamps
Record a weight entry at a specific time in Garmin Connect by supplying weight, unit (kg or lb), and local/GMT timestamps.
Instructions
Add a new weight measurement with specific timestamps
Args: weight: Weight value unit_key: Unit of weight ('kg' or 'lb') date_timestamp: Local timestamp in format YYYY-MM-DDThh:mm:ss gmt_timestamp: GMT timestamp in format YYYY-MM-DDThh:mm:ss
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weight | Yes | ||
| unit_key | No | kg | |
| gmt_timestamp | No | ||
| date_timestamp | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |