node-red-contrib-sensor-rotation-to-phrase
Advanced tools
Comparing version
@@ -313,9 +313,9 @@ /** | ||
.then(function(){ | ||
initMotion(msg.payload.d, motion); | ||
return initMotion(msg.payload.d, motion); | ||
}) | ||
.then(function(){ | ||
detectMotion(node.context(), motion, config); | ||
return detectMotion(node.context(), motion, config); | ||
}) | ||
.then(function(){ | ||
measureMotion(node, msg, motion, config); | ||
return measureMotion(node, msg, motion, config); | ||
}) | ||
@@ -322,0 +322,0 @@ .catch(function(err){ |
{ | ||
"name": "node-red-contrib-sensor-rotation-to-phrase", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A node to interpret sensor rotation as phrases", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
37805
0.06%