Execute Program
execute_programTrigger a HomeMatic automation program on your CCU by providing its program ID. Use list_programs to find IDs.
Instructions
Trigger an automation program on the CCU. NOT idempotent — will not be auto-retried. Use list_programs to find program IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Program ID. Get from list_programs. | |
| confirm | No | Set true to authorize this write against a protected CCU target (e.g. prod). Unlocks writes to that target for the rest of the session. |