diff --git a/nodes/core/hardware/36-rpi-gpio.js b/nodes/core/hardware/36-rpi-gpio.js index 3ad605676..7f933ba42 100644 --- a/nodes/core/hardware/36-rpi-gpio.js +++ b/nodes/core/hardware/36-rpi-gpio.js @@ -148,7 +148,7 @@ module.exports = function(RED) { if (RED.settings.verbose) { node.log("out: "+msg.payload); } if (node.child !== null) { node.child.stdin.write(msg.payload+"\n"); - node.status({fill:"green",shape:"dot",text:msg.payload}); + node.status({fill:"green",shape:"dot",text:msg.payload.toString()}); } else { node.error("nrpgio python command not running"); diff --git a/public/icons/mouse.png b/public/icons/mouse.png new file mode 100644 index 000000000..e88593205 Binary files /dev/null and b/public/icons/mouse.png differ