changeset 270:9fceaaef753e

update piNode host configs Ignore-this: 8287428b4140dedbed03633d3fd2790e
author drewp@bigasterisk.com
date Thu, 14 Apr 2016 00:16:27 -0700
parents dc0eb85f8650
children e7a30f72536a
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;