Switch CCU Target
use_ccuSwitch the active HomeMatic CCU target for all subsequent tool calls until switched again. Returns new connection info with lazy login.
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 |