Mercurial > code > home > repos > homeauto
changeset 835:7136537fa5af
another masked wifi address
Ignore-this: 38ec234f4a4f566240518e5b607cc6ff
darcs-hash:20120507063939-312f9-71095df824b3c5cc1dc312812f276021aa07f5b1.gz
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 06 May 2012 23:39:39 -0700 |
parents | a87cae710556 |
children | 24a47a07ac9a |
files | service/reasoning/rules.n3 |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/service/reasoning/rules.n3 Tue Apr 17 21:53:19 2012 -0700 +++ b/service/reasoning/rules.n3 Sun May 06 23:39:39 2012 -0700 @@ -4,8 +4,9 @@ @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix env: <http://projects.bigasterisk.com/device/environment>. -{ <http://bigasterisk.com/wifiDevice/...> :connected bigast:wifiAccessPoints . } => { :auth :near :home } . -{ <http://bigasterisk.com/wifiDevice/...> :connected bigast:wifiAccessPoints . } => { :auth :near :home } . +{ <http://bigasterisk.com/wifiDevice/x> :connected bigast:wifiAccessPoints . } => { :auth :near :home } . +{ <http://bigasterisk.com/wifiDevice/x> :connected bigast:wifiAccessPoints . } => { :auth :near :home } . +{ <http://bigasterisk.com/wifiDevice/x> :connected bigast:wifiAccessPoints . } => { :playstation :powerState :on } . { env: :localHour 8 } => { env: :localHour :awakeTime } . { env: :localHour 9 } => { env: :localHour :awakeTime } .