# HG changeset patch # User drewp@bigasterisk.com # Date 1375455860 25200 # Node ID 3988aaa5ea8226215eb0c0b45386da4dc3201d8e # Parent dca89cefebf8e0b6899f6dd66061c25624fb4e34 change cactus button to one that works. yellow button plays music Ignore-this: 2ecc399e519d51fcff3eacbca10d612d diff -r dca89cefebf8 -r 3988aaa5ea82 service/reasoning/rules.n3 --- a/service/reasoning/rules.n3 Fri Aug 02 08:04:01 2013 -0700 +++ b/service/reasoning/rules.n3 Fri Aug 02 08:04:20 2013 -0700 @@ -49,9 +49,24 @@ :powerState :off . } . -{ :change :down . } => +{ :change :down . } => { :postAction . + :postAction . +} . + + +{ :change :down . } => +{ + :postAction . +} . + +{ :change :up . } => { + :postAction . +} . + +{ :change :down . } => { + :postAction . } . #{ :playstation :powerState ?s } => { :powerState ?s } .