mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update LEDborg - to match Pi node colours and update python
This commit is contained in:
@@ -26,15 +26,15 @@
|
||||
<p>PiBorg LedBorg LED output node. Expects a <b>msg.payload</b> with a three digit rgb triple, from <b>000</b> to <b>222</b>.</p>
|
||||
<p>See <i><a href="http://www.piborg.com/ledborg/install" target="_new">the PiBorg site</a></i> for more information.</p>
|
||||
<p>You can also use a <b>msg.payload</b> in the standard hex format "#rrggbb".</p>
|
||||
<p>You can also use the @cheerlight colour names - red, amber, green, blue, cyan, magenta, yellow, orange, pink, purple,
|
||||
white, warmwhite, black</p>
|
||||
<p>You may also supply a comma seperated rrr,ggg,bbb where the value can be between 0 and 255.</p>
|
||||
<p>You can also use the @cheerlight colour names - red, amber, green, blue,
|
||||
cyan, magenta, yellow, orange, pink, purple, white, warmwhite, black</p>
|
||||
<p>You may also supply a comma separated rrr,ggg,bbb where each value can be between 0 and 255.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('ledborg',{
|
||||
category: 'Raspberry Pi',
|
||||
color:"GoldenRod",
|
||||
color:"#c6dbef",
|
||||
defaults: {
|
||||
name: {value:""}
|
||||
},
|
||||
|
Reference in New Issue
Block a user