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

816 Commits

Author SHA1 Message Date
Dave C-J
2d44105ae6 Realign sqlite files to be similar to other nodes 2014-07-25 10:10:06 +01:00
Dave C-J
f121f2683d Tidy ups to ping (doc), dweet (unrequired util) and ddbout (JSHint) 2014-07-25 10:09:35 +01:00
Dave C-J
2611853620 Add Pi-LITEr specific node for Pi users 2014-07-25 10:07:23 +01:00
Dave C-J
76d05dc2cd set makeymakey node to use the module.exports style 2014-07-18 21:20:14 +01:00
Dave C-J
232a11983b More tweaks to makey node - colours, jshint fixes, icons, readme etc. 2014-07-18 17:04:22 +01:00
Dave C-J
9d6d9917b8 tweak to makey udev rules file.... 2014-07-18 16:50:13 +01:00
Dave Conway-Jones
1c410476c6 Merge pull request #60 from hindessm/possible-wemo-bugs
Possible wemo node bugs? - confirmed !
2014-07-18 12:16:49 +01:00
Mark Hindess
c4a7ec7ae9 Fix typo bugs. 2014-07-18 10:28:57 +01:00
Dave C-J
46b2327478 tweak MakeyMakey to add rules for USB access on Debian 2014-07-18 09:40:59 +01:00
Dave C-J
a2553d69b8 add BBB, Twilio and Pushbullet as npms 2014-07-15 10:15:34 +01:00
Dave C-J
132ceaffc5 update suncalc to use fa icons 2014-07-15 10:15:04 +01:00
Dave C-J
cdec6f842d Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
Dave C-J
dc722f9ae0 Add MakeyMakey node and npm 2014-07-08 22:56:58 +01:00
Dave C-J
34b81c3c18 Move Heatmiser nodes into a single directory 2014-07-08 22:56:30 +01:00
Dave C-J
c58ed99115 Update swearfilter and wordpos as npms 2014-07-06 21:29:30 +01:00
Dave C-J
647fe4f5d8 Add xmpp, suncalc and leveldb as npms... 2014-07-06 20:58:52 +01:00
Dave C-J
dac2c7e778 Update MySQL node - fa icons, add timezone, make npm installable 2014-07-04 17:26:20 +01:00
Dave C-J
43de38453e Tweak Pibrella package.json (mis-spelt) 2014-07-04 17:25:47 +01:00
Dave C-J
10f40b0161 Add Pibrella npm 2014-07-04 16:12:19 +01:00
Dave C-J
7ef1759621 Add sqlite node to node-red-nodes (and npm) 2014-07-04 16:12:00 +01:00
Dave C-J
cbaecd402a correct Blinkstick package.json 2014-07-04 16:11:34 +01:00
Dave C-J
96c3ba0282 Tweak blinkstick readme 2014-07-04 15:07:26 +01:00
Dave C-J
78d758bf85 Start moving nodes for npm install-ability
(split Blink nodes. and try blinkstick)
2014-07-04 14:51:55 +01:00
Dave C-J
999874f2b5 jsHint passing versions of BBB, scanBLE and wemo nodes.
Also fixe and in vs out issue on wemo... no way it could have been working previously..
2014-06-30 23:41:38 +01:00
Dave C-J
c14364d752 Make Piface work with "strict" 2014-06-29 17:49:38 +01:00
Dave C-J
ebf950d818 Update node-red-nodes sample, analysis, storage and time nodes to use strict and pass jshint scan 2014-06-28 23:37:19 +01:00
Dave C-J
43dfded402 Update node-red-nodes social nodes to use strict and pass jshint scan 2014-06-28 23:36:36 +01:00
Dave C-J
052a7d587d Update node-red-nodes io nodes to use strict and pass jshint scan 2014-06-28 23:35:33 +01:00
Dave C-J
9e0585a721 Update node-red-nodes hardware nodes to use strict and pass jshint scan 2014-06-28 23:35:21 +01:00
Dave C-J
62956b0bb8 Update node-red-nodes social nodes to use strict and pass jshint scan 2014-06-28 23:34:59 +01:00
Dave C-J
9b487098ae Tidy up rawserial node logging 2014-06-10 22:28:06 +01:00
Dave C-J
94d19b2a41 Update rawserial (roughly) in line with main serial node.
(Now has binary and timout modes)
2014-06-09 08:12:34 +01:00
Dave C-J
c1357545ca Merge branch 'master' of https://github.com/node-red/node-red-nodes 2014-06-07 08:32:13 +01:00
Dave C-J
959b5401bb resize a couple of icons 2014-06-07 08:31:34 +01:00
Nick O'Leary
192c423153 Update some icons 2014-06-04 22:29:09 +01:00
Dave C-J
be810be2e2 tweak node.status to be consistent with latest thinking
stomp, xmpp and suncalc.
2014-05-31 20:08:15 +01:00
Dave C-J
f2dd4ae062 tidy up logging on Stomp node 2014-05-29 18:32:20 +01:00
Dave C-J
3691bc6294 XMPP node - now with credentials. And multiple connections and
clean disconnects.
2014-05-29 18:31:36 +01:00
Dave C-J
ae22efb270 Updates to Stomp to enable auto reconnect, and node.status indicators 2014-05-26 10:07:20 +01:00
Dave C-J
a320ddce23 Further tweaks to Pusher node - now sends objects ok,
and can receive what it sends...
Also slight rearrange of edit UI to make more like other nodes.
2014-05-24 18:29:27 +01:00
Dave C-J
fe0222d498 Quick tidy up of pusher node - remove final key from flow,
fix in/out order on palette.
2014-05-24 16:38:35 +01:00
Dave C-J
6d7ecea8cd Merge branch 'master' of https://github.com/node-red/node-red-nodes 2014-05-24 16:33:30 +01:00
Dave Conway-Jones
d503c12792 Merge pull request #56 from hdoukas/master
added pusher node
2014-05-24 16:32:23 +01:00
hdoukas
81f59a853d fixed credentials to never show up in the flow
removed credentials from the defaults section in pusher.html, added
oneditprepare to read them back from credentials.json when edited
2014-05-24 14:31:02 +02:00
Dave C-J
308d6cb873 New Stomp node 2014-05-19 21:07:20 +01:00
hdoukas
f831f0f502 lower case node name and pusher in fixes
fixed lower case node name and replace input node to ‘pusher in’
2014-05-19 11:08:15 +02:00
hdoukas
863ff7f18b merged html and js
merged into a single html and single js file
fixed copyright typo
added credentials proper handling
2014-05-18 23:10:00 +02:00
Dave C-J
f9ff63c346 updates to mpd node 2014-05-17 21:06:58 +01:00
Dave C-J
9adc2b2687 add some status to suncalc (to see how it looks) 2014-05-17 18:32:13 +01:00
Dave C-J
191f4412f6 can't spell yellow ... 2014-05-17 18:30:21 +01:00