aqhome-mqttlog: removed another unneeded file.

This commit is contained in:
Martin Preuss
2024-04-03 22:47:54 +02:00
parent 8a7a4c7a64
commit 2ac4887f01

View File

@@ -1,37 +0,0 @@
item {
id="stube_plug01"
title="Stube Heimkinosystem"
topic="tele/tasmota/plug01/SENSOR"
dataType="json"
varList {
var {
name="powerusage"
path="ENERGY/POWER"
}
var {
name="totalenergy"
path="ENERGY/TOTAL"
}
}
}
item {
id="buero_rack_temp"
title="Serverrack im Buero"
topic="aqhome/sensors/75766d68/1/temperature"
dataType="simple"
varList {
var {
name="temp"
path="value"
}
}
}