# Relay
Relay output of Voldeno module
Relay
S
# Inputs
| ID | Abbrev | Name | Type | Default | Description |
|---|---|---|---|---|---|
state | S | State | BOOLEAN | false | Desired state of the relay output |
# Source Code
View Volang source
if (input::get("state")) {
register::set(1)
} else {
register::set(0)
}
