summaryrefslogtreecommitdiffstats
path: root/app/api/Binding.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/Binding.qml')
-rw-r--r--app/api/Binding.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/api/Binding.qml b/app/api/Binding.qml
index 93da6f4..673cfdd 100644
--- a/app/api/Binding.qml
+++ b/app/api/Binding.qml
@@ -62,6 +62,10 @@ WebSocket {
root.statusString = "Bad return value, binding probably not installed"
break
case MessageId.event:
+ if (json[1] == "hvac/language")
+ console.log("HVAC event received: ",json[2])
+ ApplicationWindow.root.translator.language = json[2].data
+ root.statusString = "Language changed to "+language
break
}
}