Mercurial > code > home > repos > homeauto
changeset 30:d858ccfd6649
another masked wifi address
Ignore-this: 38ec234f4a4f566240518e5b607cc6ff
author | drewp@bigasterisk.com |
---|---|
date | Sun, 06 May 2012 23:39:39 -0700 |
parents | 5fef0b7db346 |
children | 962320c056ca |
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 } .