get_watering_history
Retrieve recent watering history for a specific irrigation device. Use pagination to control the number of results per page.
Instructions
Get recent watering history for a device.
Args:
device_id: Device ID from list_devices.
page: Page number (default 1).
per_page: Results per page (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| device_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |