status text output
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2024-11-07 20:02:03 +01:00
parent e6b4733a60
commit 51995fc489
3 changed files with 9 additions and 1 deletions

View File

@ -10,7 +10,7 @@ data:
MQTT_BOX_TOPIC_PREFIXES: |
{
"high_temp": "heating/config/high_temp/",
"overwrite_window": "heating/overwrite_window",
"overwrite_window": "heating/overwrite_window/",
"cmd": "heating/command/"
}
MQTT_CENTRAL_TOPICS: |
@ -20,6 +20,7 @@ data:
"status": "heating/system/status"
}
MQTT_STATUS_TOPIC: "heating/status"
MQTT_STATUSTEXT_TOPIC_PREFIX: "heating/statustext/"
OFF_TEMPERATURE: "5.0"
LOW_TEMPERATURE: "15.0"
DEFAULT_HIGH_TEMPERATURE: "21.0"