Instant Action Object

Edge Action Object

Node Action Object

Hierarchy

  • Action

Properties

actionDescription?: string

Additional information on the action.

actionId: string

ID to distinguish between multiple actions, either instant or with the same type on the same node/edge.

actionParameters?: ActionParameter[]

Array of actionParameter objects for the indicated action e.g. deviceId, loadId, external triggers.

actionType: string

Name of action as described in the first column of "Actions and Parameters" Identifies the function of the action.

blockingType: BlockingType

Regulates if the action is allowed to be executed during movement and/or parallel to other actions. NONE: action can happen in parallel with others, including movement. SOFT: action can happen simultaneously with others, but not while moving. HARD: no other actions can be performed while this action is running.

Generated using TypeDoc