list_devices
Retrieve a list of all cached WeMo devices with names and IPs. Requires a prior network scan (scan_network) to populate the device cache.
Instructions
List all discovered WeMo devices from the cache.
Returns a list of devices that were found in previous network scans. Run scan_network first to populate the device cache.
Returns
Dictionary containing:
- device_count: Number of cached devices
- devices: List of device names and IPsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||