]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - example/iot-gateway/cloudAdapter/awsCloudAdapter.js
Updated TI Linux Sensor To Cloud to the latest TI 15.4-Stack v2.4, now with CC13x2...
[apps/tidep0084.git] / example / iot-gateway / cloudAdapter / awsCloudAdapter.js
index 7bb2bf0a92fa42b95e7fe7ce37fab859cc84861e..9fae53e7fc32f13a7e4a1b51b0156a3ec91f8695 100644 (file)
@@ -142,7 +142,8 @@ function AwsCloudAdapter() {
                if (stateObject.state.toggleLED === "true") {
                        var index = thingName.lastIndexOf("_");
                        var extAddr = thingName.substr(index+1);
-                       awsCloudAdapterInstance.emit('deviceActuation', {dstAddr : extAddr});
+                       awsCloudAdapterInstance.emit('deviceActuation', {
+                               cmd: "sendToggle", dstAddr : extAddr});
                        console.log('delta : ' + thingName + ' toggle LED');
                }
        });