Changeset - 361dbf72618f
[Not reviewed]
default
0 1 0
Drew Perttula - 9 years ago 2016-06-09 08:54:28
drewp@bigasterisk.com
demo :live data for KC
Ignore-this: 21e891896dbd83afb075ff06fb51c5f5
1 file changed with 15 insertions and 0 deletions:
0 comments (0 inline, 0 general)
show/dance2016/effect.n3
Show inline comments
 
@@ -36,3 +36,18 @@ effect:usa a :Effect;
 
:fc1p1 :time 0.02; :value 1 .
 
:fc1p2 :time 0.10; :value 1 .
 
:fc1p3 :time 0.15; :value 0 .
 

	
 

	
 
effect:WorkLight a :Effect;
 
  rdfs:label "work light";
 
  :publishAttr :strength;
 
  :deviceSetting :ds4 .
 
:ds4 :device dev:colorStrip; :attr :color; :value "#00ff00" .
 

	
 
effect:Curtain a :Effect; rdfs:label "curtain"; :publishAttr :strength;
 
  :deviceSetting :ds5 .
 
:ds5 :device dev:colorStrip; :attr :color; :value "#300030" .
 

	
 
:live :controls effect:WorkLight, effect:Curtain .
 
effect:WorkLight :group "main"; :order 1 .
 
effect:Curtain :group "main"; :order 2 .
0 comments (0 inline, 0 general)