Skip to content

Commit

Permalink
resources: fix Shehds fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Jul 18, 2024
1 parent 3452783 commit d69133f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ qlcplus (4.13.2) stable; urgency=low
* New fixture: Ayra Compar Kit 3 (thanks to Robert)
* New fixtures: Acme Pixel Line IP, Ayrton Domino LT (thanks to Yestalgia)
* New fixture: GLP JDC1 (thanks to Flo Edelmann)
* New fixture: Shehds 2 Eyes 200W LED COB Cool Warm White (thanks to Devsider)

-- Massimo Callegari <[email protected]> Sun, 21 Sep 2024 18:19:20 +0200

Expand Down
1 change: 1 addition & 0 deletions resources/fixtures/FixturesMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,7 @@
<F n="SGM-Victory-II-Pro150" m="Victory II Pro150"/>
</M>
<M n="Shehds">
<F n="Shehds-2-Eyes-200W-LED-COB-Cool-Warm-White" m="2 Eyes 200W LED COB Cool Warm White"/>
<F n="Shehds-230W-LED-Beam-Moving-Head" m="LED 230W Beam Moving Head"/>
<F n="Shehds-Big-Bee-Eyes-LED-Wash-19x40W-RGBW" m="Big Bee Eyes LED Wash 19x40W RGBW"/>
<F n="Shehds-GalaxyJet-Waterproof-IP65-380W-19R-Beam-Moving-Head" m="GalaxyJet Waterproof IP65 380W 19R Beam Moving Head"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,43 @@
<FixtureDefinition xmlns="http://www.qlcplus.org/FixtureDefinition">
<Creator>
<Name>Q Light Controller Plus</Name>
<Version>4.13.0</Version>
<Version>4.13.2 GIT</Version>
<Author>Devsider</Author>
</Creator>
<Manufacturer>Shehds</Manufacturer>
<Model>2 Eyes 200W LED COB Blinder - Cool White and Warm White</Model>
<Type>Dimmer</Type>
<Channel Name="Total Dimme" Preset="IntensityMasterDimmer"/>
<Model>2 Eyes 200W LED COB Cool Warm White</Model>
<Type>Strobe</Type>
<Channel Name="Total Dimmer" Preset="IntensityMasterDimmer"/>
<Channel Name="#1 Cool Light Dimmer" Preset="IntensityDimmer"/>
<Channel Name="#2 Cool Light Dimmer " Preset="IntensityDimmer"/>
<Channel Name="#1 Warm Light Dimmer" Preset="IntensityDimmer"/>
<Channel Name="#2 Warm Light Dimmer" Preset="IntensityDimmer"/>
<Channel Name="#1 Warm Light COB Dimmer" Preset="IntensityDimmer"/>
<Channel Name="#2 Warm Light COB Dimmer" Preset="IntensityDimmer"/>
<Channel Name="Strobe" Preset="ShutterStrobeSlowFast"/>
<Channel Name="Color macro">
<Group Byte="0">Effect</Group>
<Capability Min="51" Max="100">Quick Selection of Colors</Capability>
<Capability Min="101" Max="150">Color jump change effect</Capability>
<Capability Min="151" Max="200">Color gradient effect</Capability>
<Capability Min="201" Max="250">Color pulse effect</Capability>
<Capability Min="251" Max="255">Sound Mode</Capability>
<Capability Min="0" Max="50">No function</Capability>
<Capability Min="51" Max="100">Color selection mode</Capability>
<Capability Min="101" Max="150">Jump mode</Capability>
<Capability Min="151" Max="200">Gradient mode</Capability>
<Capability Min="201" Max="250">Self-propelled mode</Capability>
<Capability Min="251" Max="255">Voice control mode</Capability>
</Channel>
<Channel Name="Effect Speed Slow =&gt; Fast">
<Group Byte="0">Speed</Group>
<Capability Min="0" Max="255">Effect Speed Slow =&gt; Fast</Capability>
</Channel>
<Mode Name="4 Channel / &quot;d001&quot;">
<Mode Name="4 Channel (d001)">
<Channel Number="0">#1 Cool Light Dimmer</Channel>
<Channel Number="1">#2 Cool Light Dimmer </Channel>
<Channel Number="2">#1 Warm Light Dimmer</Channel>
<Channel Number="3">#2 Warm Light Dimmer</Channel>
<Channel Number="2">#1 Warm Light COB Dimmer</Channel>
<Channel Number="3">#2 Warm Light COB Dimmer</Channel>
</Mode>
<Mode Name="8 Channel / &quot;A001&quot;">
<Channel Number="0">Total Dimme</Channel>
<Mode Name="8 Channel (a001)">
<Channel Number="0">Total Dimmer</Channel>
<Channel Number="1">#1 Cool Light Dimmer</Channel>
<Channel Number="2">#2 Cool Light Dimmer </Channel>
<Channel Number="3">#1 Warm Light Dimmer</Channel>
<Channel Number="4">#2 Warm Light Dimmer</Channel>
<Channel Number="3">#1 Warm Light COB Dimmer</Channel>
<Channel Number="4">#2 Warm Light COB Dimmer</Channel>
<Channel Number="5">Strobe</Channel>
<Channel Number="6">Color macro</Channel>
<Channel Number="7">Effect Speed Slow =&gt; Fast</Channel>
Expand Down

0 comments on commit d69133f

Please sign in to comment.