This commit is contained in:
2024-11-05 15:53:03 +01:00
parent db89541352
commit d57becf736
4 changed files with 33 additions and 2 deletions

6
env
View File

@ -2,10 +2,12 @@ export MQTT_BROKER="172.23.1.102"
export MQTT_PORT=1883
export MQTT_BOXES='{
"box1": {
"label": "living_room"
"label": "living_room",
"windows": [ "street_side", "garden_side" ]
},
"box2": {
"label": "kitchen"
"label": "kitchen",
"windows": [ "street_side", "garden_side", "garden_door" ]
}
}'
export MQTT_BOX_TOPIC_PREFIXES='{