pulse_crestron_device
Momentarily drive a digital device on for a specified duration, then off, simulating a button press for triggers like doorbell or gate. Optionally add a delay before the pulse.
Instructions
Momentarily pulse a DIGITAL device: drive it on for pulse_ms, then back off - a simulated button press. Use for momentary triggers like "press the doorbell", "tap the projector power button", "trigger the gate". Optionally wait delay_ms before the pulse. Digital devices only; analog and serial devices are rejected (use control_crestron_device / ramp_crestron_device).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Unique digital device identifier (e.g. "lounge_d3"). | |
| pulse_ms | Yes | How long to hold it on, in milliseconds (e.g. 500). | |
| delay_ms | No | Optional delay in milliseconds before the pulse starts (0 / omit = immediate). |