Get Connection Info
get_connection_infoVerify the current CCU connection settings—host, user, HTTPS, and protected flags—to confirm the target for upcoming commands.
Instructions
Report which CCU target is currently active — host, user, https, protected/read-only flags, and login state. Use this to confirm WHERE a command will run (especially before a write). No password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |