mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Shift modes to neopixel node
This commit is contained in:
@@ -94,7 +94,7 @@ module.exports = function(RED) {
|
||||
}
|
||||
}
|
||||
|
||||
node.child = spawn(piCommand, [node.pixels, node.wipe]);
|
||||
node.child = spawn(piCommand, [node.pixels, node.wipe, node.mode]);
|
||||
node.status({fill:"green",shape:"dot",text:"ok"});
|
||||
|
||||
node.on("input", inputlistener);
|
||||
|
||||
Reference in New Issue
Block a user