Adding functionality

Now: prometheus metrics ready, commands implemented
This commit is contained in:
2025-02-08 14:47:22 +01:00
parent ff60803f88
commit efe2539ceb
2 changed files with 9 additions and 0 deletions

BIN
src/static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1,9 @@
# TYPE wallas_heater_target gauge
wallas_heater_target {target}
# TYPE wallas_heater_temperature gauge
wallas_heater_temperature {temperature}
# TYPE wallas_heater_command gauge
wallas_heater_command {command}
# TYPE wallas_heater_state gauge
wallas_heter_state {state}