summaryrefslogtreecommitdiffstats
path: root/app/HVAC.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/HVAC.qml')
-rw-r--r--app/HVAC.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/HVAC.qml b/app/HVAC.qml
index 0d60cbd..63e2cb4 100644
--- a/app/HVAC.qml
+++ b/app/HVAC.qml
@@ -94,6 +94,13 @@ ApplicationWindow {
}
onCheckedChanged: {
console.debug('A/C', checked)
+ console.debug('acbinding:', binding.acEnabled)
+ if (checked) {
+ binding.acEnabled=255
+ } else {
+ binding.acEnabled=0
+ }
+ console.debug('acbinding:', binding.acEnabled)
}
}
ToggleButton {