Enum RelayState
Represents the possible states of a relay.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum RelayState
Fields
Open
The relay is in an open state.
View Source
Declaration
Open = 0
Closed
The relay is in a closed state.
View Source
Declaration
Closed = 1