changeset 1392:361dbf72618f

demo :live data for KC Ignore-this: 21e891896dbd83afb075ff06fb51c5f5
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 09 Jun 2016 08:54:28 +0000
parents 4a7594476905
children 152f42e6297b
files show/dance2016/effect.n3
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/show/dance2016/effect.n3	Thu Jun 09 08:50:47 2016 +0000
+++ b/show/dance2016/effect.n3	Thu Jun 09 08:54:28 2016 +0000
@@ -36,3 +36,18 @@
 :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 .