From 61ac8fefae86e98cac09257e12c9a7bf9ba86254 Mon Sep 17 00:00:00 2001 From: Arvydas Juskevicius Date: Wed, 1 Oct 2014 10:02:44 +0100 Subject: [PATCH] Improvements to BlinkStick node * Ability to select BlinkStick by serial number * Look up serial numbers of connected BlinkSticks * Ability to set blink, morph and pulse animations * Ability to control the parameters of those animations like duration, * steps, repeats and delay * Repeat blink and pulse animation until new payload is received * Automatically find BlinkStick if it was removed and then plugged back in * Connectivity status when "Node Status" is enabled in the menu * Override parameters with payload object * Improved text in the info pane --- hardware/blinkstick/.gitignore | 2 + hardware/blinkstick/76-blinkstick.html | 157 +++++++++++++++- hardware/blinkstick/76-blinkstick.js | 250 ++++++++++++++++++++++--- hardware/blinkstick/README.md | 21 ++- hardware/blinkstick/package.json | 19 +- 5 files changed, 398 insertions(+), 51 deletions(-) create mode 100644 hardware/blinkstick/.gitignore diff --git a/hardware/blinkstick/.gitignore b/hardware/blinkstick/.gitignore new file mode 100644 index 00000000..58b805fe --- /dev/null +++ b/hardware/blinkstick/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +node_modules/ \ No newline at end of file diff --git a/hardware/blinkstick/76-blinkstick.html b/hardware/blinkstick/76-blinkstick.html index 90b941a1..de84b05d 100644 --- a/hardware/blinkstick/76-blinkstick.html +++ b/hardware/blinkstick/76-blinkstick.html @@ -1,5 +1,6 @@