Skip to content

Commit

Permalink
Fix group byte for Luxibel LX161
Browse files Browse the repository at this point in the history
  • Loading branch information
janosvitok committed May 18, 2016
1 parent ebad66c commit e798980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/fixtures/Luxibel-LX161.qxf
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
<Model>LX161</Model>
<Type>Strobe</Type>
<Channel Name="Dimmer">
<Group Byte="1">Intensity</Group>
<Group Byte="0">Intensity</Group>
<Capability Min="0" Max="255">0-100%</Capability>
</Channel>
<Channel Name="Cold White">
<Group Byte="1">Intensity</Group>
<Group Byte="0">Intensity</Group>
<Colour>White</Colour>
<Capability Min="0" Max="255">0-100%</Capability>
</Channel>
<Channel Name="Warm White">
<Group Byte="1">Intensity</Group>
<Group Byte="0">Intensity</Group>
<Colour>White</Colour>
<Capability Min="0" Max="255">0-100%</Capability>
</Channel>
<Channel Name="Strobe">
<Group Byte="1">Shutter</Group>
<Group Byte="0">Shutter</Group>
<Capability Min="0" Max="10">No function</Capability>
<Capability Min="11" Max="255">Strobe with increasing speed</Capability>
</Channel>
Expand Down

0 comments on commit e798980

Please sign in to comment.