# Mode controller
Mode controller
S
# Eingänge
| ID | Kürzel | Name | Typ | Standard | Beschreibung |
|---|---|---|---|---|---|
state | S | state | BOOLEAN | false |
# Konfiguration
| ID | Name | Typ | Standard | Einheit | Beschreibung |
|---|---|---|---|---|---|
operation_mode | operation_mode | OPERATION_MODE | 0 |
# Quellcode
Volang-Quellcode anzeigen
mode = config::get("operation_mode")
state = input::get("state")
operation_mode::set_state(mode, state)
