summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/api/Binding.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/api/Binding.qml b/app/api/Binding.qml
index 25388df..f81088e 100644
--- a/app/api/Binding.qml
+++ b/app/api/Binding.qml
@@ -69,7 +69,7 @@ WebSocket {
break
case MessageId.event:
if (json[1] == "hvac/language")
- console.log("HVAC event received: ",json[2])
+ console.log("HVAC language event received")
root.language = json[2].data
root.statusString = "Language changed to "+language
break