mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
point blinkstick to latest pre-req
and remove rtf tags
This commit is contained in:
@@ -253,6 +253,7 @@ module.exports = function(RED) {
|
||||
//Sanitize color value
|
||||
node.color = msg.payload.toLowerCase().replace(/\s+/g,'');
|
||||
if (node.color === "amber") { node.color = "#FFBF00"; }
|
||||
if (node.color === "off") { node.color = "#000000"; }
|
||||
}
|
||||
|
||||
if (Object.size(node.led) !== 0) {
|
||||
|
Reference in New Issue
Block a user