Add error msg to rpi node

This commit is contained in:
dceejay 2015-03-16 17:09:13 +00:00
parent 2a47951e46
commit 8fea443e71
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ module.exports = function(RED) {
node.status({fill:"green",shape:"dot",text:msg.payload.toString()});
}
else {
node.error("nrpgio python command not running");
node.error("nrpgio python command not running",msg);
node.status({fill:"red",shape:"ring",text:"not running"});
}
}