spaceapi/generator/config.yaml

19 lines
317 B
YAML
Raw Permalink Normal View History

2021-01-03 23:04:07 +01:00
mqtt:
2024-04-19 14:50:54 +02:00
host: $MQTT_HOST
user: $MQTT_USER
password: $MQTT_PASSWORD
2021-01-03 23:04:07 +01:00
variables:
doorstatus:
topic: c3re/hhdst
cast: bool
2023-01-18 13:52:33 +01:00
doorstatus_ts:
topic: c3re/hhdst_tsu
cast: int
2021-01-03 23:04:07 +01:00
clubraum_temp:
topic: c3re/clubraumtemp
cast: float
werkstatt_temp:
topic: c3re/werkstatttemp
cast: float