clm_get_weather
Get daily weather records for a site over a date range, including temperature, wind speed, and weather symbol. Use optional fields or site ID to tailor results to your needs.
Instructions
Daily weather records (temperature, wind speed, symbol) stored for a site within a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Only include these top-level fields in each returned row. | |
| site_id | No | Site to query. Defaults to the authenticated caller's own site. | |
| end_date | Yes | End of the date range. | |
| start_date | Yes | Start of the date range. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| note | No | ||
| returned | Yes | ||
| truncated | Yes | ||
| total_count | No |