# Mode monitor
Mode monitor
S
# Ausgä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 = operation_mode::get_state(mode)
output::set("state", state)
