diff --git a/show/dance2016/deviceClass.n3 b/show/dance2016/deviceClass.n3 --- a/show/dance2016/deviceClass.n3 +++ b/show/dance2016/deviceClass.n3 @@ -10,6 +10,7 @@ rdfs:comment "maybe make this a separate 'wide to narrow' type" . :focus a :DeviceAttr; :dataType :scalar . :iris a :DeviceAttr; :dataType :scalar . +:prism a :DeviceAttr; :dataType :scalar . :goboSpeed a :DeviceAttr; :dataType :scalar ; rdfs:comment "0=stopped, 1=rotate the fastest". :quantumGoboChoice a :DeviceAttr; :dataType :choice; @@ -107,7 +108,7 @@ :MacQuantum a :DeviceClass; :docs ; - :deviceAttr :color, :rx, :ry, :zoom, :focus, :iris, :quantumGoboChoice, :goboSpeed; + :deviceAttr :color, :rx, :ry, :zoom, :focus, :iris, :prism, :quantumGoboChoice, :goboSpeed; :attr [ :dmxOffset 0; :outputAttr :shutter ; rdfs:comment "use 30" ], [ :dmxOffset 1; :outputAttr :dimmerFadeHi ],