From 5883a896e0a039015a5e574829f6a853aee96d4d Mon Sep 17 00:00:00 2001 From: Tobi177 Date: Tue, 28 Jul 2020 13:58:59 +0200 Subject: [PATCH] added impedances summary to main chargery menu --- gui/qml/PageBatteryChargeryBMS.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gui/qml/PageBatteryChargeryBMS.qml b/gui/qml/PageBatteryChargeryBMS.qml index 46a6327..7216930 100644 --- a/gui/qml/PageBatteryChargeryBMS.qml +++ b/gui/qml/PageBatteryChargeryBMS.qml @@ -55,6 +55,17 @@ MbPage { ] } + + MbItemRow { + description: qsTr("Impedances (Min/Max/Sum)") + values: [ + MbTextBlock { item { bind: service.path("/Impedances/Min"); } width: 70; height: 25 }, + MbTextBlock { item { bind: service.path("/Impedances/Max"); } width: 70; height: 25 }, + MbTextBlock { item { bind: service.path("/Impedances/Sum"); } width: 70; height: 25 } + ] + } + + MbItemRow { description: qsTr("Data Timestamp") values: [