+
+
+ {{$t("CurrentCapacity")}}
+
+
+
+
+
+
+
+
+
+ {{$t("Temperature")}}
+
+
+
+
+
+
+
+
+ {{$t("IsCharging")}}
+
+
+
+
+
+ {{$t("CycleCount")}}
+ {{upsbat_info.CycleCount}}
+
+
+
+ {{$t("MaxCapacity")}}
+ {{upsbat_info.MaxCapacity}}
+
+
+
+ {{$t("NominalChargeCapacity")}}
+ {{upsbat_info.NominalCapacity}}
+
+
+
+ {{$t("AppleRawCurrentCapacity")}}
+ {{upsbat_info.AppleRawCurrentCapacity}}
+
+
+
+ {{$t("HardwareCapacity")}}
+ {{get_ups_hardware_capacity()}}
+
+
+
+ {{$t("Amperage")}}
+ {{upsbat_info.Amperage}}
+
+
+
+ {{$t("IncomingCurrent")}}
+ {{upsbat_info.IncomingCurrent}}
+
+
+
+ {{$t("ChargeVoltage")}}
+ {{upsbat_info.BatteryCaseChargingVoltage/1000}}
+
+
+
+ {{$t("Voltage")}}
+ {{upsbat_info.Voltage/1000}}
+
+
+
+ {{$t("IncomingVoltage")}}
+ {{upsbat_info.IncomingVoltage/1000}}
+
+
+
+ {{$t("CellVoltage")}}
+ {{upsbat_info.Cell0Voltage/1000 + " " + upsbat_info.Cell1Voltage/1000}}
+
+
+
+ {{$t("PowerSourceState")}}
+ {{upsbat_info.PowerSourceState}}
+
+
+
+
+ {{$t("Manufacturer")}}
+ {{upsbat_info.Manufacturer}}
+
+
+
+
+
+ {{$t("Name")}}
+ {{upsbat_info.Name}}
+
+
+
+
+ {{$t("ModelNumber")}}
+ {{upsbat_info.ModelNumber}}
+
+
+
+ {{"ProductID"}}
+ {{upsbat_info.VendorID + "/" + upsbat_info.ProductID}}
+
+
+
+ {{"Usage"}}
+ {{upsbat_info.UsagePage + "/" +upsbat_info.Usage}}
+
+
+
+ {{$t("Serial")}}
+ {{upsbat_info.Serial}}
+
+
+