diff options
author | 2016-11-30 09:16:58 +0000 | |
---|---|---|
committer | 2016-11-30 09:16:58 +0000 | |
commit | 7868113f24c78acfdb07120a72fc046effef6044 (patch) | |
tree | e5c8dbdd3d01ea1a406cca8b0815bb488c5f1bc5 /qml | |
parent | 78f856596ddd97870c979b7aa0c28db911d520f5 (diff) |
Updated README with new set method
Change-Id: Ie0923ca6cf02115073052736de1bb980b5987f85
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'qml')
-rw-r--r-- | qml/ClimateButton.qml | 2 | ||||
-rw-r--r-- | qml/hvac-hybrid-qml-app.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qml/ClimateButton.qml b/qml/ClimateButton.qml index 24802c7..b960361 100644 --- a/qml/ClimateButton.qml +++ b/qml/ClimateButton.qml @@ -26,5 +26,5 @@ Rectangle { MouseArea { anchors.fill: parent onClicked: HVACModel[target] = !HVACModel[target] - } + } } diff --git a/qml/hvac-hybrid-qml-app.qml b/qml/hvac-hybrid-qml-app.qml index eded2d0..4472803 100644 --- a/qml/hvac-hybrid-qml-app.qml +++ b/qml/hvac-hybrid-qml-app.qml @@ -69,7 +69,7 @@ Window { Button { text: "Ping!" onClicked: { - request_str = '[' + msgid_enu.call + ',"99999","xxxxxx/ping", null ]'; + request_str = '[' + msgid_enu.call + ',"99999","hvac/ping", null ]'; websocket.sendTextMessage (request_str) } anchors.horizontalCenter: parent.horizontalCenter |