added impedances summary to main chargery menu

This commit is contained in:
Tobi177 2020-07-28 13:58:59 +02:00
parent c7968a428e
commit 5883a896e0

View file

@ -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 { MbItemRow {
description: qsTr("Data Timestamp") description: qsTr("Data Timestamp")
values: [ values: [