schedule_command
Schedule a command to run after a specified delay, enabling automation of actions like turning off devices after a set time.
Instructions
Schedule a command to run after a delay (e.g. "turn off in 20 minutes").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemName | Yes | ||
| command | Yes | ||
| delayMs | Yes | Delay in milliseconds |