Mercurial > code > home > repos > homeauto
changeset 1082:4bbc4fea343c
updates to changingtable motion rules
Ignore-this: dee686dca20371e9d34e06f427ad568b
darcs-hash:9df60a4f587f9712658f33ef5b75ba85c4063cde
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Fri, 06 May 2016 17:30:33 -0700 |
parents | 0fa2e07691f7 |
children | c5b61f943061 |
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> . } .