X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=apps%2Fhvac.git;a=blobdiff_plain;f=app%2Fapi%2FBinding.qml;fp=app%2Fapi%2FBinding.qml;h=d62bc6bcbe6f2fb25845f097efe99d7b207405e5;hp=2d8808721e1444228ce2b2f0d0e1aa6530236259;hb=0f9b8d9bb98d71bfb323f54b4b3b0ac6962f3295;hpb=de98827b1ac4ed16f71e090c1ebda341b263f94b diff --git a/app/api/Binding.qml b/app/api/Binding.qml index 2d88087..d62bc6b 100644 --- a/app/api/Binding.qml +++ b/app/api/Binding.qml @@ -76,7 +76,7 @@ WebSocket { root.statusString = "Bad return value, binding probably not installed" break case MessageId.event: - if (json[1] == "hvac/language") + if (json[1] === "hvac/language") console.log("HVAC event received: ",json[2]) root.language = json[2].data root.statusString = "Language changed to "+language