Dave C-J 
							
						 
					 
					
						
						
							
						
						34b81c3c18 
					 
					
						
						
							
							Move Heatmiser nodes into a single directory  
						
						
						
						
					 
					
						2014-07-08 22:56:30 +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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						9e0585a721 
					 
					
						
						
							
							Update node-red-nodes hardware nodes to use strict and pass jshint scan  
						
						
						
						
					 
					
						2014-06-28 23:35:21 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						192c423153 
					 
					
						
						
							
							Update some icons  
						
						
						
						
					 
					
						2014-06-04 22:29:09 +01:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						191f4412f6 
					 
					
						
						
							
							can't spell yellow ...  
						
						
						
						
					 
					
						2014-05-17 18:30:21 +01:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						2b89241331 
					 
					
						
						
							
							Tidied up Pi Peripheral nodes - should now work alongside base GPIO node  
						
						
						
						
					 
					
						2014-05-06 21:00:09 +01:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						a32e87ff96 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/node-red/node-red-nodes  
						
						
						
						
					 
					
						2014-04-20 18:02:39 +01:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						9cb153635f 
					 
					
						
						
							
							Disable unuseful menu option for Pibrella and Piface nodes  
						
						
						
						
					 
					
						2014-04-20 17:58:04 +01:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f18b14c45d 
					 
					
						
						
							
							Merge pull request  #44  from bedfordsean/heatmiser-feature  
						
						... 
						
						
						
						Heatmiser feature 
						
						
					 
					
						2014-04-16 10:52:26 +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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						448f83e337 
					 
					
						
						
							
							Add extra try/catch to Blink1 to catch unplug error.  
						
						
						
						
					 
					
						2014-02-23 18:59:56 +00:00 
						 
				 
			
				
					
						
							
							
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						fb78085d4c 
					 
					
						
						
							
							Merge pull request  #24  from hardillb/master  
						
						... 
						
						
						
						fixed typo in Temperature topic 
						
						
					 
					
						2014-02-05 11:24:00 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Hardill 
							
						 
					 
					
						
						
							
						
						2723210922 
					 
					
						
						
							
							fixed typo in Temperature topic (sensorTag/Tempature to sensorTag/Temperature)  
						
						... 
						
						
						
						This will break existing flows that are filtering on topic 
						
						
					 
					
						2014-02-05 11:15:37 +00:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						88e89e7232 
					 
					
						
						
							
							Add Amber to Blink1 Colour list - just beacause....  
						
						
						
						
					 
					
						2014-01-14 11:02:13 +00:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						779a74e00c 
					 
					
						
						
							
							Add Amber to ledborg colour list... just because...  
						
						
						
						
					 
					
						2014-01-14 10:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						4cd6be3cde 
					 
					
						
						
							
							Reorganise/de-duplicate Philips Hue node  
						
						
						
						
					 
					
						2014-01-14 10:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								Dave Conway-Jones 
							
						 
					 
					
						
						
							
						
						f61b8ae034 
					 
					
						
						
							
							Merge pull request  #21  from andypiper/blink-fix  
						
						... 
						
						
						
						Blink1 fix -  only initialise once.... 
						
						
					 
					
						2014-01-14 02:56:58 -08:00 
						 
				 
			
				
					
						
							
							
								Andy Piper 
							
						 
					 
					
						
						
							
						
						79c0914d36 
					 
					
						
						
							
							cleanup  
						
						
						
						
					 
					
						2014-01-14 10:32:48 +00:00 
						 
				 
			
				
					
						
							
							
								Andy Piper 
							
						 
					 
					
						
						
							
						
						d81828fdd9 
					 
					
						
						
							
							Fixed ordering of blink init calls per @dceejay  
						
						
						
						
					 
					
						2014-01-14 10:31:58 +00:00 
						 
				 
			
				
					
						
							
							
								Dave C-J 
							
						 
					 
					
						
						
							
						
						0e955ea120 
					 
					
						
						
							
							Add @cheerlights colour handling to LEDBorg node for Pi...  
						
						... 
						
						
						
						(just because) 
						
						
					 
					
						2014-01-07 16:00:55 +00:00