Skip to content

Commit

Permalink
fix(dunarnia): Updated channel for white and amber
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Sep 25, 2019
1 parent b02a539 commit 09c3256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/dmx/DunarniaLedPar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default class DunarniaLedPar extends DmxDevice {
params: {
dimmer: new RangeParam(1, { min: 0, max: 255 }),
color: new RgbParam([2, 3, 4]),
white: new RangeParam(5, { min: 0, max: 255 }),
amber: new RangeParam(6, { min: 0, max: 255 }),
white: new RangeParam(6, { min: 0, max: 255 }),
amber: new RangeParam(5, { min: 0, max: 255 }),
strobe: new RangeParam(7, { min: 0, max: 255 })
}
}))
Expand Down

0 comments on commit 09c3256

Please sign in to comment.