From: Romain Forlot Date: Thu, 4 Jan 2018 14:22:37 +0000 (+0100) Subject: Fix: wrong parse doesn't get new language X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fsandbox%2Fclaneys%2Fmultilang;p=apps%2Fhvac.git Fix: wrong parse doesn't get new language Change-Id: I968f03dabdf03e8969e5558ef54fd9c555578b07 Signed-off-by: Romain Forlot --- 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