fix
This commit is contained in:
12
env-test
12
env-test
@ -2,15 +2,15 @@ export MQTT_BROKER="172.23.1.102"
|
||||
export MQTT_PORT=1883
|
||||
export MQTT_CLIENT_PREFIX="MyMQTTClient"
|
||||
export BOX_TOPIC_PREFIXES='{
|
||||
"high_temp": "xheating/config/high_temp/",
|
||||
"cmd": "xheating/command/"
|
||||
"high_temp": "heating/config/high_temp/",
|
||||
"cmd": "heating/command/"
|
||||
}'
|
||||
export CENTRAL_TOPICS='{
|
||||
"general_off": "xheating/system/general_off",
|
||||
"maintenance_mode": "xheating/system/maintenance_mode",
|
||||
"status": "xheating/system/status"
|
||||
"general_off": "heating/system/general_off",
|
||||
"maintenance_mode": "heating/system/maintenance_mode",
|
||||
"status": "heating/system/status"
|
||||
}'
|
||||
export CONTEXT_TOPIC_PREFIX='xheating/context/'
|
||||
export CONTEXT_TOPIC_PREFIX='heating/context/'
|
||||
export STATUS_TOPIC="heating/status"
|
||||
export OFF_TEMPERATURE="5.0"
|
||||
export LOW_TEMPERATURE="15.0"
|
||||
|
Reference in New Issue
Block a user