changeset 836:24a47a07ac9a

new rule to turn on bang/monitor Ignore-this: fd1298caacb1860b0015c5fd5e17fb1 darcs-hash:20120507071641-312f9-d9344028c3c745288c727ac627dc7f2d7e12820b.gz
author drewp <drewp@bigasterisk.com>
date Mon, 07 May 2012 00:16:41 -0700
parents 7136537fa5af
children d4c057c508f9
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 } .