Update mqtt-init.sh

temperature unit
This commit is contained in:
tititg34
2023-09-07 18:16:25 +02:00
committed by GitHub
parent a96592ad21
commit 51b6a65973
+1 -1
View File
@@ -55,7 +55,7 @@ registerTopic "Load_watt" "W" "chart-bell-curve"
registerTopic "Load_watthour" "Wh" "chart-bell-curve" registerTopic "Load_watthour" "Wh" "chart-bell-curve"
registerTopic "Load_va" "VA" "chart-bell-curve" registerTopic "Load_va" "VA" "chart-bell-curve"
registerTopic "Bus_voltage" "V" "details" registerTopic "Bus_voltage" "V" "details"
registerTopic "Heatsink_temperature" "" "details" registerTopic "Heatsink_temperature" "°C" "details"
registerTopic "Battery_capacity" "%" "battery-outline" registerTopic "Battery_capacity" "%" "battery-outline"
registerTopic "Battery_voltage" "V" "battery-outline" registerTopic "Battery_voltage" "V" "battery-outline"
registerTopic "Battery_charge_current" "A" "current-dc" registerTopic "Battery_charge_current" "A" "current-dc"