[This is preliminary documentation and is subject to change.]
Defines the single relay capability
Relays are assumed to have two connectors: Normally opened and normally closed
When the State is false, the normally open connector is open and the normally closed connector is closed
When the State is true, the normally open connector is closed and the normally closed connector is opened
Namespace:
GHASchema.Classes.Capabilities.InputOutput
Assembly:
GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax[GHACapabilityAttribute("", "InputOutput")]
public interface IRelayOutput
The IRelayOutput type exposes the following members.
Properties
| Name | Description |
---|
 | State |
Sets or gets the state of the output
|
Top
See Also