changeset 31:962320c056ca

new rule to turn on bang/monitor Ignore-this: fd1298caacb1860b0015c5fd5e17fb1
author drewp@bigasterisk.com
date Mon, 07 May 2012 00:16:41 -0700
parents d858ccfd6649
children a6d7c3a96684
files service/reasoning/rules.n3
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/service/reasoning/rules.n3	Sun May 06 23:39:39 2012 -0700
+++ b/service/reasoning/rules.n3	Mon May 07 00:16:41 2012 -0700
@@ -27,7 +27,7 @@
 
 {
   :auth :near :home .
-  dev:theaterDoorOutsideMotion :state :motion.
+  dev:theaterDoorOutsideMotionRecent :state :motion.
   dev:theaterDoorOpen :state :closed .
   env: :localHour :awakeTime .
 } => { dev:theaterDoorLock :state :unlocked } .
@@ -43,3 +43,5 @@
   dev:frontDoorMotionIndicator :text "D" .
   dev:frontDoorLcd :brightness 255 .
 } .
+
+{ :playstation :powerState ?s } => { <http://bigasterisk.com/host/bang/monitor> :powerState ?s } .