node-red-m2x
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -66,3 +66,3 @@ module.exports = function (RED) { | ||
var methods = getAllMethods(_this.m2xClient[topic]); | ||
if (!msg.action || methods.indexOf(msg.action.toLowerCase()) === -1) { | ||
if (!msg.action || methods.indexOf(msg.action) === -1) { | ||
_this.handle_msg_failure(msg, INPUT_ERROR_CODE, "action for " + topic + " must be either " + methods); | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "node-red-m2x", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A Node-RED node to AT&T M2X", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
59151