Mercurial > code > home > repos > light9
diff show/dance2016/deviceClass.n3 @ 1419:d3ad831e198e
lots of device support and theater config
Ignore-this: d27fc710b1f1dfa231f9805378eb8175
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Jun 2016 01:53:30 +0000 |
parents | 5a4e90b2bcc3 |
children | 090e8f50bc17 |
line wrap: on
line diff
--- a/show/dance2016/deviceClass.n3 Fri Jun 10 19:50:31 2016 +0000 +++ b/show/dance2016/deviceClass.n3 Sat Jun 11 01:53:30 2016 +0000 @@ -1,11 +1,16 @@ @prefix : <http://light9.bigasterisk.com/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -:color a :DeviceAttr; :dataType :color . -:rx a :DeviceAttr; :dataType :angle . -:ry a :DeviceAttr; :dataType :angle . -:uv a :DeviceAttr; :dataType :scalar . -:brightness a :DeviceAttr; :dataType :scalar . +:color a :DeviceAttr; :dataType :color . +:rx a :DeviceAttr; :dataType :angle . +:ry a :DeviceAttr; :dataType :angle . +:uv a :DeviceAttr; :dataType :scalar . +:brightness a :DeviceAttr; :dataType :scalar . +:zoom a :DeviceAttr; :dataType :scalar ; rdfs:comment "maybe a 'wide to narrow' type" . +:focus a :DeviceAttr; :dataType :scalar . +:iris a :DeviceAttr; :dataType :scalar . +:quantumGoboChoice a :DeviceAttr; :dataType :choice; + :choice :open, :spider, :windmill, :limbo, :brush, :whirlpool, :stars . :SimpleDimmer a :DeviceClass; :deviceAttr :brightness; @@ -51,6 +56,7 @@ :MacAura a :DeviceClass; :docs <http://www.martin.com/Martin.Download.aspx?file=/files/files/productdocuments/11_MANUALS/999/UM_MACAura_EN_B.pdf>; rdfs:comment "note- manual counts dmx from 1; :dmxOffset is from 0"; + :deviceAttr :color, :rx, :ry, :zoom; :attr [ :dmxOffset 0 ; :outputAttr :shutter ], # use 22 [ :dmxOffset 1 ; :outputAttr :dimmer ], @@ -80,6 +86,7 @@ :MacQuantum a :DeviceClass; :docs <http://www.martin.com/Martin.Download.aspx?file=/files/files/productdocuments/11_MANUALS/999/35000279b%20UM_MACQuantumProfile_EN_B.pdf>; + :deviceAttr :color, :rx, :ry, :zoom, :focus, :iris, :quantumGoboChoice; :attr [ :dmxOffset 0; :outputAttr :shutter ; rdfs:comment "use 30" ], [ :dmxOffset 1; :outputAttr :dimmerFadeHi ],