<?xml version="1.0" encoding="UTF-8"?>
<device type="DMXDevice" dmxcversion="3.2.3" ddfversion="1.0.0">
  <information>
    <model>RGB + virtual colorwheel</model>
    <mode>Variant 1</mode>
    <vendor>DMXControl Projects e.V.</vendor>
    <author>Stefan Kistner</author>
  </information>
  <functions>
    <colorwheel dmxchannel="1">
      <support dmxchannel="0" name="colorwheel">
        <step mindmx="11" maxdmx="50"/>
      </support>
      <step type="enableRGB" mindmx="0" maxdmx="10"/>
      <step type="color" val="#ff0000" mindmx="41" maxdmx="49" caption="Red"/>
      <step type="color" val="#00ff00" mindmx="50" maxdmx="59" caption="Green"/>
    </colorwheel>
    <rgb>
      <support dmxchannel="0" name="rgb"/>
      <red dmxchannel="2">
        <range minval="0" maxval="1" mindmx="0" maxdmx="255">
          <step handler="support-rgb" mindmx="0" maxdmx="10"/>
        </range>
      </red>
      <green dmxchannel="3">
        <range minval="0" maxval="1" mindmx="0" maxdmx="255">
          <step handler="support-rgb" mindmx="0" maxdmx="10"/>
        </range>
      </green>
      <blue dmxchannel="4">
        <range minval="0" maxval="1" mindmx="0" maxdmx="255">
          <step handler="support-rgb" mindmx="0" maxdmx="10"/>
        </range>
      </blue>
    </rgb>
  </functions>
</device>
