From ddacd61ab01dab7cf9e6f9fa67bfdb76d4105342 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 16 Nov 2015 23:12:35 +0000 Subject: [PATCH] Update LEDborg - to match Pi node colours and update python --- hardware/LEDborg/78-ledborg.html | 8 +++---- hardware/LEDborg/nrgpio | 1 + hardware/LEDborg/nrgpio.py | 36 +++++++++++++++----------------- hardware/LEDborg/package.json | 2 +- 4 files changed, 23 insertions(+), 24 deletions(-) diff --git a/hardware/LEDborg/78-ledborg.html b/hardware/LEDborg/78-ledborg.html index f0b4acff..03ff3408 100644 --- a/hardware/LEDborg/78-ledborg.html +++ b/hardware/LEDborg/78-ledborg.html @@ -26,15 +26,15 @@

PiBorg LedBorg LED output node. Expects a msg.payload with a three digit rgb triple, from 000 to 222.

See the PiBorg site for more information.

You can also use a msg.payload in the standard hex format "#rrggbb".

-

You can also use the @cheerlight colour names - red, amber, green, blue, cyan, magenta, yellow, orange, pink, purple, - white, warmwhite, black

-

You may also supply a comma seperated rrr,ggg,bbb where the value can be between 0 and 255.

+

You can also use the @cheerlight colour names - red, amber, green, blue, + cyan, magenta, yellow, orange, pink, purple, white, warmwhite, black

+

You may also supply a comma separated rrr,ggg,bbb where each value can be between 0 and 255.