Commit Graph

341 Commits

Author SHA1 Message Date
Nick O'Leary 01cd2427d2 Add mqlight icon 2015-02-13 10:38:01 +00:00
Nick O'Leary 6e671e85f2 Fix another mqlight package.json typo 2015-02-13 10:34:12 +00:00
Nick O'Leary 085cd3d1d3 Fix mqlight package.json typo 2015-02-13 10:33:39 +00:00
Nick O'Leary 4fe2f82f2f Add mqlight license/package 2015-02-13 10:32:43 +00:00
Nick O'Leary 631f1528e9 Pushover credential fields incorrectly named 2015-02-08 22:52:11 +00:00
dceejay cba50b74a2 Add neopixel array capability to Blinkstick node 2015-02-07 19:31:37 +00:00
Dave Conway-Jones 4742e19202 Merge pull request #95 from dsundberg/pushbullet-enhance
Thanks @dsundberg. Updated pushbullet node with all push types, added new "pushbullet in" t...
2015-02-07 17:59:24 +00:00
dceejay fddfee59e6 Missing , on prowl node update 2015-02-07 12:18:42 +00:00
dsundberg 425858d94d Updated pushbullet node with all push types, added new "pushbullet in" that emits pushes. Added unit tests. 2015-02-07 12:36:30 +01:00
Nick O'Leary 08791f1914 Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +00:00
dceejay f4fdebfba5 Misc tidy ups of jsHint "issues" for some node-red-nodes 2015-02-05 13:52:20 +00:00
dceejay 3644f16a89 Fix type in Notify node package.json
Thank @natcl
close #96
2015-02-03 18:24:14 +00:00
dceejay 1d90f7006f Update LEDborg node to use RPi.GPIO
Fix to Close #93
2015-01-30 08:43:55 +00:00
dceejay 9170cc6282 Little extra loading error handling for BBB node 2015-01-29 16:41:39 +00:00
dceejay 0a5b184dad Allow hue lamp to specify IP manually...
for those cases where discovery doesn't...
2015-01-29 16:41:06 +00:00
dceejay 102c4b4d6c Deprecate Rawserial node - no longer needed
as Windows now has binary support built in.
2015-01-29 16:37:50 +00:00
dceejay 5982da8495 Add bind capability to sqlite and mysql nodes
Thanks to Scott Penrose for the patch.
2015-01-26 10:57:13 +00:00
dceejay d7dc9dae20 Merge branch 'master' of github.com:node-red/node-red-nodes 2015-01-23 13:34:37 +00:00
dceejay 9c36a44545 Add simple RBE node 2015-01-23 13:34:10 +00:00
Nick O'Leary b7a1193d32 Update mysql to use credentials system
Fixes #86
2015-01-19 09:46:29 +00:00
dceejay fb7ccc7736 sync sample node with main sample
reduce exif error messages so false-positives don't keep getting reported
2015-01-12 19:14:04 +00:00
dceejay ac0aa40e24 Update Piliter node to use python library. 2015-01-06 14:54:45 +00:00
dceejay c4ab9cd6bb Publish notify node to npm (add package, license, etc) 2015-01-04 21:55:21 +00:00
dceejay 39bf90b506 Tidy up heatmiser node and publish as npm 2015-01-04 21:46:19 +00:00
dceejay c7c8a9bbe2 Correct emoncms package.json (remove extra ,)
Update sample nodes in line with main nodes directory
2015-01-04 21:14:00 +00:00
dceejay f6dc63953c Merge branch 'master' of github.com:node-red/node-red-nodes 2015-01-04 20:37:21 +00:00
dceejay 0065227c68 Fix emoncms spilling mistake
Also add it as an npm package node-red-node-emoncms
2015-01-04 20:34:12 +00:00
Dave Conway-Jones 84dd741165 Merge pull request #71 from wnagele/master
Moved node-red-node-ddb into own repo
2014-12-29 20:53:03 +00:00
dceejay 2469d25419 Remove DDB as now available direct from author on NPM
npm install node-red-node-ddb
2014-12-29 20:34:14 +00:00
dceejay ba7de5a383 Update BBB readme and package version - publish to npm 2014-12-29 20:33:24 +00:00
dceejay 50194c4d07 Merge branch 'master' of github.com:node-red/node-red-nodes 2014-12-29 20:21:03 +00:00
Dave Conway-Jones debfafb3fe Merge pull request #91 from maxwellhadley/master
BBB nodes will use octalbonescript if it is available

Thanks to @maxwellhadley
2014-12-29 20:20:34 +00:00
Maxwell Hadley ee341f7056 BBB nodes will now use octalbonescript if it is available 2014-12-29 18:15:57 +00:00
Max Hadley 7d541c38a7 Merge pull request #4 from node-red/master
Catch-up 2014-12-29
2014-12-29 17:59:13 +00:00
Dave C-J 0ff8648258 New Pibrella node - Can use softpwm on all outputs.
Buzzer no longer breaks audio.
2014-12-26 15:24:21 +00:00
Dave C-J 3d8a510bae Merge branch 'master' of https://github.com/node-red/node-red-nodes 2014-12-24 21:53:23 +00:00
Dave C-J 98a029bfd7 Slightly better hardware discrimination for Hummingboard Node 2014-12-24 21:53:00 +00:00
Dave C-J 3e21d7d730 New Daemon node to call and monitor long running external commands 2014-12-24 21:51:17 +00:00
Dave Conway-Jones a860f4606e Merge pull request #88 from hardillb/master
Fix digiRGB node
2014-12-23 13:13:54 +00:00
Ben Hardill 1ef562edbd Removed "use strict" as it breaks this node. I'm investigating why.
Also updated the package.json to reflect autors and bumped version number
2014-12-22 16:04:08 +00:00
Dave C-J 4a0608d2e9 slight speelling correction to sensortag package.json 2014-12-22 14:26:17 +00:00
Dave Conway-Jones 337c22e7f3 Merge pull request #87 from hardillb/master
Updated doc and added package.json
2014-12-22 14:21:17 +00:00
Ben Hardill c45c625872 Updated doc and added package.json 2014-12-22 13:12:34 +00:00
Dave C-J fb1bd83285 Merge branch 'master' of https://github.com/node-red/node-red-nodes 2014-12-12 23:17:28 +00:00
Dave C-J bad0142f61 Correct timezone param in mysql node 2014-12-12 23:16:40 +00:00
Dave C-J 5cd7a73baf Make Rawserial node fail more quietly 2014-12-12 23:15:42 +00:00
Dave C-J c128184d6a re-categorise Geohash node as location 2014-12-12 23:15:09 +00:00
Dave Conway-Jones a84555acab Merge pull request #85 from madeddie/master
New version of nma package available
Thanks @madeddie
Yes - nailing down the pre-reqs is a decision we have made... even if (as in this case) it does break us occasionally.
2014-12-12 16:58:40 +00:00
Edwin Hermans 3b6f0ae222 pinned version of nma dependency 2014-12-12 10:36:15 +01:00
Edwin Hermans 24282291f4 updates for new version of nma package 2014-12-12 01:01:18 +01:00