Mercurial > code > home > repos > homeauto
changeset 277:960a587e51d7
updates to changingtable motion rules
Ignore-this: dee686dca20371e9d34e06f427ad568b
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 May 2016 17:30:33 -0700 |
parents | b619aba0f784 |
children | 4b0282900fd3 |
files | service/reasoning/rules.n3 |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/service/reasoning/rules.n3 Fri May 06 17:29:32 2016 -0700 +++ b/service/reasoning/rules.n3 Fri May 06 17:30:33 2016 -0700 @@ -149,15 +149,15 @@ :starTrekLight :brightness 0.0 . } . -{ <http://bigasterisk.com/homeauto/sensor/motion2> :sees :noMotion } => { +{ sensor:motionChanging :seesRecently30 :noMotion } => { :changingWhite :brightness 0.0 . } . -{ <http://bigasterisk.com/homeauto/sensor/motion2> :sees :motion } => { - :changingWhite :brightness 0.2 . +{ sensor:motionChanging :seesRecently30 :motion } => { + :changingWhite :brightness 0.3 . } . -{ sensor:motionChanging :sees :motionStart } => { +{ sensor:motionChanging :sees :motionStart90 } => { :changingCam :grab <http://bang:9057/changing.jpg> . } .