﻿<?xml version="1.0" encoding="utf-8" ?>
<device image="bild" type="DMXDevice">
  <information>
    <modell>TestColor</modell>
    <vendor>Test</vendor>
    <author>Foo</author>
  </information>
  <functions>
    <colorwheel dmxchannel="1">
      <support dmxchannel="0" name="colorwheel" >
        <step mindmx="0" maxdmx="15" />
      </support>
      <step type="color" val="#ffffff" caption="White" mindmx="4" maxdmx="9" />
      <step type="color" val="#ff0000" caption="Red" mindmx="10" maxdmx="19" />
      <step type="color" val="#00ff00" caption="Green" mindmx="20" maxdmx="29" />
      <step type="color" val="#0000ff" caption="Blue" mindmx="30" maxdmx="39" />
      <step type="color" val="#ffff00" caption="Yellow" mindmx="40" maxdmx="49" />
      <rainbow>
        <support dmxchannel="0" name="rb" />
        <range type="cw" mindmx="0" maxdmx="255" minval="0.1" maxval="8" >
          <step handler="support-rb" mindmx="32" maxdmx="47" />
        </range>
        <range type="ccw" mindmx="0" maxdmx="255" minval="0.1" maxval="8" >
          <step handler="support-rb" mindmx="48" maxdmx="63" />
        </range>
      </rainbow>
    </colorwheel>
  </functions>
</device>
