Global

Type Definitions


ControlDatum

Type:
  • Object
Properties:
Name Type Description
created string

the datum date

sourceId string

the control ID

val number

the control value, essentially 0 or 1


Instruction

Type:
  • Object
Properties:
Name Type Argument Description
id number

the unique ID of the instruction

created string

the instruction date

status string

an InstructionStatus name value

parameters Array.<InstructionParameter> <optional>

the instruction parameters


InstructionParameter

Type:
  • Object
Properties:
Name Type Description
name string

the parameter name

value string

the parameter value