Switch CCU Target
use_ccuSwitch the active CCU target so all subsequent calls route to the selected home automation hub. Returns the new active connection info; login occurs lazily on first call.
Instructions
Switch the active CCU target. All subsequent tool calls go to this target until switched again (use the per-call target arg on read tools for a one-off without switching). Returns the new active connection info. Login happens lazily on the first call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | Target name (see list_ccu_targets) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| name | Yes | ||
| port | Yes | ||
| user | Yes | ||
| https | Yes | ||
| active | Yes | ||
| loggedIn | Yes | ||
| readonly | Yes | ||
| protected | Yes | ||
| writesUnlocked | Yes |