There was an error while loading. Please reload this page.
1 parent 5188d18 commit c45116cCopy full SHA for c45116c
1 file changed
qml/widgets/DeviceWidget.qml
@@ -1141,7 +1141,7 @@ Item {
1141
function updateData() {
1142
if ((boxDevice.deviceModel === "W270160X")) {
1143
indicatorSlider.width = (indicator.width-4) * ((100-boxDevice.open)/100.0)
1144
- legend.text = boxDevice.open + "%"
+ legend.text = boxDevice.open_blindtilt + "%"
1145
} else {
1146
indicatorSlider.width = (indicator.width-4) * (boxDevice.position/100.0)
1147
legend.text = boxDevice.position + "%"
0 commit comments