changeset 1075:32bbce76134e

update piNode host configs Ignore-this: 8287428b4140dedbed03633d3fd2790e darcs-hash:af94e45d5f667f81471c2169cff2a11c9a0dcf56
author drewp <drewp@bigasterisk.com>
date Thu, 14 Apr 2016 00:16:27 -0700
parents 069fa84d92eb
children d0ca77a3faf4
files service/piNode/config/main.n3
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/service/piNode/config/main.n3	Thu Apr 14 00:16:07 2016 -0700
+++ b/service/piNode/config/main.n3	Thu Apr 14 00:16:27 2016 -0700
@@ -9,7 +9,7 @@
 @prefix board2ow:  <http://bigasterisk.com/homeauto/board2/oneWire/> .
 @prefix bed:       <http://bigasterisk.com/homeauto/sensor/bed/> .
 ha:node2 a :PiBoard;
-  :hostname "sticker";
+  :hostname "bed";
   :onboardDevice ha:bedroomPiTemp;
   :hasPin
     board2pin:GPIO2,
@@ -36,8 +36,8 @@
 bed:greenButton a :Pushbutton .
 bed:redButton a :Pushbutton .
 
-board2pin:GPIO17 :connectedTo sensor:motion1 .
-sensor:motion1 a :MotionSensor;
+board2pin:GPIO17 :connectedTo sensor:motionBed .
+sensor:motionBed a :MotionSensor;
   :sees houseLoc:bed .
 
 :bedLedStrip a :RgbStrip;
@@ -123,10 +123,10 @@
 board5pin:GPIO4 :connectedTo :changingWhite .
 :changingWhite a :LedOutput .
 
-board5pin:GPIO17 :connectedTo sensor:motion2 .
-sensor:motion2 a :MotionSensor;
+board5pin:GPIO17 :connectedTo sensor:motionChanging .
+sensor:motionChanging a :MotionSensor;
   :sees :changing .
-  
+
 board5pin:GPIO18 :connectedTo :changingRgb .
 :changingRgb a :RgbPixels;
   :colorOrder order:GRB;