comparison service/reasoning/rules.n3 @ 88:3988aaa5ea82

change cactus button to one that works. yellow button plays music Ignore-this: 2ecc399e519d51fcff3eacbca10d612d
author drewp@bigasterisk.com
date Fri, 02 Aug 2013 08:04:20 -0700
parents b0f9eef8bb5d
children 7179284779fd
comparison
equal deleted inserted replaced
87:dca89cefebf8 88:3988aaa5ea82
47 47
48 { :darkKey :state :press } => { 48 { :darkKey :state :press } => {
49 <http://bigasterisk.com/host/dash/monitor> :powerState :off . 49 <http://bigasterisk.com/host/dash/monitor> :powerState :off .
50 } . 50 } .
51 51
52 { <http://projects.bigasterisk.com/room/star/button/grn> :change :down . } => 52 { <http://projects.bigasterisk.com/room/star/button/blu> :change :down . } =>
53 { 53 {
54 <http://bigasterisk.com/host/star/slideshow> :postAction <http://bigasterisk.com/host/star/slideshow/advance> . 54 <http://bigasterisk.com/host/star/slideshow> :postAction <http://bigasterisk.com/host/star/slideshow/advance> .
55 <http://bigasterisk.com/host/star/slideshow> :postAction <http://star:9049/effects/beep2> .
56 } .
57
58
59 { <http://projects.bigasterisk.com/room/star/button/yel> :change :down . } =>
60 {
61 <http://bigasterisk.com/host/star/sound> :postAction <http://star:9049/sound?filename=/my/music/ubuntuone/Daft+Punk/Discovery/Harder+Better+Faster+Stronger.mp3> .
62 } .
63
64 { <http://projects.bigasterisk.com/room/livingRoom/shuttlepro/dial> :change :up . } => {
65 <http://bigasterisk.com/host/slash/sound> :postAction <http://slash:9049/volume?offset=.05&max=.6> .
66 } .
67
68 { <http://projects.bigasterisk.com/room/livingRoom/shuttlepro/dial> :change :down . } => {
69 <http://bigasterisk.com/host/slash/sound> :postAction <http://slash:9049/volume?offset=-.05&max=.6> .
55 } . 70 } .
56 71
57 #{ :playstation :powerState ?s } => { <http://bigasterisk.com/host/bang/monitor> :powerState ?s } . 72 #{ :playstation :powerState ?s } => { <http://bigasterisk.com/host/bang/monitor> :powerState ?s } .
58 73
59 { 74 {