discover_devices
Retrieve a list of your AC Infinity devices with their IDs, names, and online status to use in other tools.
Instructions
Discover all AC Infinity devices from the cloud API. Returns device IDs, names, and online status. Use this to find device_ids for use in other tools.
Returns: JSON example::
{
"devices": [
{"device_id": "C58ZA", "device_name": "Towlie Tent", "status": "online"},
{"device_id": "D91XB", "device_name": "Veg Tent", "status": "online"}
]
}
Empty account returns ``{"devices": [], "message": "No devices found"}``.
On failure returns ``{"error": "...", "detail": "..."}``.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |