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

1302 Commits

Author SHA1 Message Date
Dave C-J
03dd3bd8da tweak sample nodes to be consistent with ones in main repo 2014-04-15 15:22:06 +01:00
Nick O'Leary
03f0d77526 Update branch 2014-04-13 21:51:47 +01:00
hdoukas
fc00b1d66e fixed backwards compatibility
These changes affect the settings of hue node through the message input.
msg.lamp sets the lamp ID
msg.color sets the lamp color (e.g., msg.color="DF0101" will set the
color to red)
msg.brightness sets the lamp brightness (e.g., msg.brightness=50)
msg.payload is used to se the lamp status (on/off/alert) (e.g.,
msg.payload="alert" will flash the Lamp once)
msg.topic can be still used to set the color (compatibility with
previous versions)
2014-04-12 11:32:23 +02:00
Nick O'Leary
a0e00b9fab Twilio node - allow credentials to be provided in node 2014-04-09 11:23:46 +01:00
Dave C-J
517f6346f9 Rawserial node - change advis/ce to info. 2014-04-08 23:07:55 +01:00
Dave C-J
b164820c8a Merge branch 'master' of https://github.com/node-red/node-red-nodes 2014-04-08 16:07:44 +01:00
Dave C-J
5a9cfb3425 Tweaks to hardware nodes to throw not laoded exceptions correctly. 2014-04-08 15:54:08 +01:00
Nick O'Leary
7805e2fd7e SensorTag node - fix accelerometer 2014-04-07 20:17:37 +01:00
Nick O'Leary
e19599c868 HueNode: Revert API changes 2014-04-04 12:32:14 +01:00
Dave C-J
36bbddffe5 Better error handling for Pibrella buzzer. (and more useful). 2014-04-03 12:40:05 +01:00
Dave C-J
842d3e3c7e Make LEDBorg not even display warning if not present (less confusing). 2014-04-03 12:40:05 +01:00
henols
9808e8a3a6 Automatic detection of csv and json call and simplified help text 2014-04-03 09:42:49 +02:00
Nick O'Leary
9ed2d06e0f Merge pull request #46 from hdoukas/master
code re-write, setting brightness added
2014-04-02 20:27:36 +01:00
Dave C-J
32db5a7e68 update data to 2014 for copyright on new files. 2014-04-01 10:46:18 +01:00
Dave C-J
3da2a29b5e Set BBB nodes to only load if bonescript present. (ie on a BBB) 2014-04-01 10:45:54 +01:00
Dave C-J
e8c328a9e1 Tweaks to verify input to Pirella Node, remove unused variable. 2014-03-31 22:37:28 +01:00
Dave C-J
ab8d6b1b65 Add new Pibrella dedicated node for Raspberry Pi. 2014-03-31 14:28:17 +01:00
Dave C-J
8bfb483091 Tiny tweaks to PiFace UI language 2014-03-31 14:28:17 +01:00
Dave C-J
5782a4ee85 Update notify node to pick up renamed node-red icon image 2014-03-31 14:28:17 +01:00
hdoukas
0d9555ff33 code re-write, added functionality for setting brightness, lamp
parameters can be also set through node input
2014-03-26 10:01:32 +01:00
Sean Bedford
c4ec78e854 Fix input node (+2 squashed commits)
Squashed commits:
[3079c2d] Added Heatmiser input and output nodes
[62bd1f3] Added Heatmiser input and output nodes

Fix input node bugs
2014-03-24 22:01:52 +00:00
henols
e6f90f9b8d Deals with csv and json payload in a smarter way and manipulation
insertion time
2014-03-20 14:51:16 +01:00
henols
8a60d1f918 Support for csv payload and manipulation insertion time 2014-03-19 22:20:27 +01:00
Nick O'Leary
4b3db1e780 Update suncalc to match module api changes 2014-03-16 21:03:14 +00:00
Nick O'Leary
ec3c36dfdd Merge pull request #37 from maxwellhadley/master
Add hardware nodes for Beaglebone Black: analogue in; discrete in/out; pulse in/out
2014-03-10 20:51:52 +00:00
Sean Bedford
18b1190029 Added heatmiser integration to allow temperature set and frost modes on heatmiser thermostats 2014-03-08 17:51:40 +00:00
Maxwell Hadley
3b7acd821e Added 'bbb-' prefix to all node names 2014-03-05 23:31:38 +00:00
Maxwell Hadley
87f83c5a56 Add Beaglebone icon BBB.png to hardware/BBB/icons 2014-03-05 21:43:16 +00:00
Maxwell Hadley
6cb70d73f1 Add hardware nodes for Beaglebone Black: analogue in; discrete in/out; pulse in/out 2014-03-05 21:21:52 +00:00
Dave C-J
c63583ae81 Tidy up pushbullet and prowl nodes. more error handling. 2014-03-02 18:19:25 +00:00
Nick O'Leary
508ad7c3af Merge pull request #33 from hardillb/master
Update the sidebar info for SensorTag node
2014-02-28 23:54:04 +00:00
Ben Hardill
7c1e570465 Add bit I'd missed in the sidebar doc 2014-02-25 11:22:10 +00:00
Ben Hardill
7efd866ff0 Cleaned up the code a little and added some more comments to the info section 2014-02-25 11:18:45 +00:00
Dave C-J
e0c8801d53 startup tweak for Blink1 node 2014-02-24 21:12:20 +00:00
Dave C-J
f7cec16f4f More tweaks to Blink1 - to better handle unplugginf/replugging 2014-02-24 15:17:48 +00:00
Nick O'Leary
9b41a4e051 Remove deprecated use of RED.app 2014-02-23 21:06:29 +00:00
Dave C-J
448f83e337 Add extra try/catch to Blink1 to catch unplug error. 2014-02-23 18:59:56 +00:00
Dave C-J
3d78a93958 update mysql node to use RED.httpAdmin 2014-02-23 18:32:49 +00:00
Dave C-J
3a6ffdf52b Tweak emoncms logo to closer match other styles 2014-02-14 20:45:59 +00:00
Dave C-J
4a53c20792 Update pushbullet to use latest 0.4 npm and allow iden as well as id 2014-02-14 20:41:54 +00:00
Dave Conway-Jones
66598a66b1 Merge pull request #29 from henols/master
Emoncms update gui hidden API key
2014-02-12 19:30:27 +00:00
henols
84f5d7513b Removing API key from export function 2014-02-10 15:54:36 +01:00
Dave C-J
f64358262a Updates to Twilio Node
Fixes #28
Make edit panel work, and then fix it so the things edited do what they say.
Slight tweak to shrink icon to similar size as others.
2014-02-09 11:55:01 +00:00
henols
dc13290f97 Some usage clarifications 2014-02-09 00:21:17 +01:00
Nick O'Leary
e5af41ba2b Merge pull request #17 from krisdaniels/master
Added Postgres Node
2014-02-08 14:48:44 +00:00
Nick O'Leary
90eef93f0e Merge pull request #25 from henols/master
Emoncms
2014-02-08 14:40:20 +00:00
Nick O'Leary
69212212c3 Merge pull request #10 from wnagele/master
Implementation for Amazon DynamoDB
2014-02-08 14:39:51 +00:00
Dave C-J
b1b230eb37 Forced payload to be strings for Prowl node
Fixes #26
2014-02-08 13:31:00 +00:00
henols
112a3abdc7 Emoncms
A node that can publish to one or more Emoncms servers and acconts
2014-02-07 12:08:16 +01:00
Dave C-J
b1f9a3ce5e Tweak mpd missing message so it's only a warning not an error. 2014-02-05 18:38:00 +00:00