changes
This commit is contained in:
6
env
6
env
@ -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='{
|
||||
|
Reference in New Issue
Block a user