Skip to content

Commit 51b6a65

Browse files
authored
Update mqtt-init.sh
temperature unit
1 parent a96592a commit 51b6a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/inverter-mqtt/mqtt-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ registerTopic "Load_watt" "W" "chart-bell-curve"
5555
registerTopic "Load_watthour" "Wh" "chart-bell-curve"
5656
registerTopic "Load_va" "VA" "chart-bell-curve"
5757
registerTopic "Bus_voltage" "V" "details"
58-
registerTopic "Heatsink_temperature" "" "details"
58+
registerTopic "Heatsink_temperature" "°C" "details"
5959
registerTopic "Battery_capacity" "%" "battery-outline"
6060
registerTopic "Battery_voltage" "V" "battery-outline"
6161
registerTopic "Battery_charge_current" "A" "current-dc"

0 commit comments

Comments
 (0)