cybros labs

openHES API

version 402

Model: io.clbs.openhes.models.acquisition.timeofuse.RelayStateRecord

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.

Fields

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