version 402
RelayStateRecord represents the state of a relay at a specific time. It contains the relay ID and its state (CONNECT or DISCONNECT). The relay ID must be unique within the list of relays.
Field | Information |
---|---|
relayId | Type: int32 Description: Relay ID Example: 1 |
state | Type: io.clbs.openhes.models.acquisition.timeofuse.RelayState Description: State of the relay (CONNECT or DISCONNECT) Example: CONNECT |