Update apc.dm

This commit is contained in:
kevinz000
2020-02-02 02:57:14 -07:00
committed by GitHub
parent f4d7297450
commit e0f967eaa2
+1 -1
View File
@@ -848,7 +848,7 @@
"failTime" = failure_timer,
"isOperating" = operating,
"externalPower" = main_status,
"powerCellStatus" = cell ? cell.percent() : null,
"powerCellStatus" = (cell?.percent() || null),
"chargeMode" = chargemode,
"chargingStatus" = charging,
"totalLoad" = DisplayPower(lastused_total),