This action will execute a command on the computer running Agent DVR.
- API endpoint slug
- ispy_agent.command
- Filter code method
- IspyAgent.command.skip(string?: reason)
- Runtime method
- runAction("ispy_agent.command", {})
Action fields
- Label
- Device
- Helper text
- The device you want to execute the command on
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Command
- Helper text
- The command you want to execute (examples: allon, alloff, applyschedule)
- Slug
- command
- Required
- true
- Can have default value
- true
- Filter code method
- IspyAgent.command.setCommand(string: command)