A new command is created by:

  • a user (in a monitoring or connectivity environment)
  • OR a device type event handler or report parser function (through exec.scheduleCommand)
interface NewCommandEvent {
    command: Command;
    type: "newCommand";
}

Properties

Properties

command: Command
type: "newCommand"