1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Remove "extra" label from neopixel

This commit is contained in:
Dave Conway-Jones 2016-03-01 22:58:54 +00:00
parent 0d0ce5addf
commit cd047ceab1
2 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,6 @@
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('rpi-neopixels',{ RED.nodes.registerType('rpi-neopixels',{
category: 'Raspberry Pi', category: 'Raspberry Pi',
label: 'Raspberry Pi',
color:"#c6dbef", color:"#c6dbef",
defaults: { defaults: {
name: { value:"" }, name: { value:"" },

View File

@ -1,6 +1,6 @@
{ {
"name" : "node-red-node-pi-neopixel", "name" : "node-red-node-pi-neopixel",
"version" : "0.0.9", "version" : "0.0.10",
"description" : "A Node-RED node to output to a neopixel (ws2812) string of LEDS from a Raspberry Pi.", "description" : "A Node-RED node to output to a neopixel (ws2812) string of LEDS from a Raspberry Pi.",
"dependencies" : { "dependencies" : {
}, },