loxone_list_devices
List all Loxone devices with optional filters by device type or room, providing device details for smart home automation.
Instructions
List all Loxone devices with optional filtering.
Args: host: Loxone Miniserver host/IP address (uses LOXONE_HOST env var if not provided) username: Loxone username (uses LOXONE_USERNAME env var if not provided) password: Loxone password (uses LOXONE_PASSWORD env var if not provided) port: Loxone port (uses LOXONE_PORT env var or default: 80) client_id: Unique identifier for the client (default: "default") device_type: Filter by device type (e.g., "Switch", "Dimmer", "Jalousie") room: Filter by room name
Returns: Standardized response with list of devices and their basic information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| username | No | ||
| password | No | ||
| port | No | ||
| client_id | No | default | |
| device_type | No | ||
| room | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||