hs4.scripts.run
Execute a HomeSeer script command through runscript.html, with dry-run simulation and confirmation required for changes.
Instructions
Run a HomeSeer script command through runscript.html action handler. This is powerful and should be tightly allowlisted in production.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, validates and simulates action without changing HS4. | |
| intent | No | High-level intent for this operation. | |
| reason | No | Reason/rationale for auditability. | |
| command | Yes | ||
| confirm | No | Must be true for mutating operations unless running dry-run. |