ElevatorOutputMeta

Represents metadata for an elevator relay output

This is where all information to be output is kept.

ElevatorOutputMeta Properties

ElevatorOutputMeta

Field Type Inherited from Description
RelayNumber Int32 ElevatorOutputMeta Gets or sets the relay number
RelayTimeMax Int32 ElevatorOutputMeta Gets or sets the maximum relay activation time
RelayTimeMin Int32 ElevatorOutputMeta Gets or sets the minimum relay activation time

JSON Structure of ElevatorOutputMeta

{
   "RelayNumber"	:	"Int32",
   "RelayTimeMax"	:	"Int32",
   "RelayTimeMin"	:	"Int32"
}