Execute Program
execute_programTriggers a specified HomeMatic automation program on the CCU using its program ID. Get IDs from list_programs, then authorize with confirm to run the program.
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. |