Switch CCU Target
use_ccuSwitch the active CCU target to direct all subsequent tool calls to that target until switched again.
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 |