Mercurial > code > home > repos > homeauto
comparison service/reasoning/rules.n3 @ 1052:2434e88d8bb0
add bed buttons
Ignore-this: 912a92f7a8e173fe64aa4c1df9ef7dba
darcs-hash:2e4031a9cacedb28f57c36708d69d6ec3610ef9d
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 08 Feb 2016 23:48:29 -0800 |
parents | a92fde1612a3 |
children | 82079561c214 |
comparison
equal
deleted
inserted
replaced
1051:cfc9c9f48824 | 1052:2434e88d8bb0 |
---|---|
125 | 125 |
126 { <http://bigasterisk.com/homeauto/sensor/motion0> :seesRecently <http://projects.bigasterisk.com/room/motion> . } => { | 126 { <http://bigasterisk.com/homeauto/sensor/motion0> :seesRecently <http://projects.bigasterisk.com/room/motion> . } => { |
127 :storageCeilingLedCross :brightness "1" . | 127 :storageCeilingLedCross :brightness "1" . |
128 :storageCeilingLedLong :brightness "1" . | 128 :storageCeilingLedLong :brightness "1" . |
129 } . | 129 } . |
130 | |
131 @prefix bed: <http://bigasterisk.com/homeauto/sensor/bed/> . | |
132 | |
133 { bed:greenButton :buttonState :pressed } => { | |
134 :headboardWhite :brightness 0 . | |
135 } . | |
136 | |
137 { bed:redButton :buttonState :pressed } => { | |
138 :headboardWhite :brightness 0.04 . | |
139 } . |