control_crestron_device
Set a Crestron device value immediately or after a specified delay. Supports digital, analog, or serial commands.
Instructions
Set a device's value. Optionally schedule it to run after a delay (delay_ms), e.g. "turn the porch light on in 30 seconds".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Unique device identifier (e.g. "conf_rm_a_lights_on"). | |
| value | Yes | New value - digital "0"/"1", analog "0"-"65535", or serial text. | |
| delay_ms | No | Optional delay in milliseconds before the set runs on the processor (0 / omit = immediate). |