lights-web/config.yaml

28 lines
565 B
YAML
Raw Permalink Normal View History

2020-11-24 09:56:13 +00:00
mqtt_server: "sound.waw.hackerspace.pl"
2020-11-27 16:32:52 +00:00
mqtt_ws_port: 1881
2020-11-24 09:56:13 +00:00
mqtt_ro_username: "lights-ro"
mqtt_rw_username: "lights-rw"
lights:
l1:
enabled: true
2020-11-27 16:32:52 +00:00
toggle: false
mqtt_path: "iot/b11a0e/relay_1/on"
2020-11-24 09:56:13 +00:00
l2:
enabled: true
2020-11-27 16:32:52 +00:00
toggle: false
mqtt_path: "iot/b11a0e/relay_2/on"
2020-11-24 09:56:13 +00:00
l3:
enabled: true
2020-11-27 16:32:52 +00:00
toggle: false
mqtt_path: "iot/b11a0e/relay_3/on"
2020-11-24 09:56:13 +00:00
l4:
enabled: true
2020-11-27 16:32:52 +00:00
toggle: false
2020-11-24 09:56:13 +00:00
mqtt_path: "iot/077521/relay/on"
l7:
enabled: true
2020-11-27 16:32:52 +00:00
toggle: false
mqtt_path: "iot/b11a0e/relay_4/on"