Add wearable sample
add_wearable_sampleStore a single wearable health data sample with required type and value. Optionally include timestamps, unit, aggregation, and notes.
Instructions
Store one wearable sample. Use import_wearable_samples for batches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | ||
| user | No | ||
| notes | No | ||
| value | Yes | ||
| end_ts | No | ||
| start_ts | No | ||
| source_id | No | ||
| confidence | No | ||
| aggregation | No | ||
| sample_type | Yes | ||
| source_name | No | ||
| metadata_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||