Add a new device to support RGB on Ultra Pro devices (#48)
This commit is contained in:
parent
4cbfb8cc1d
commit
5b28517c71
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ module.exports = {
|
|||
'ultra-pro-24ch-rdm': {
|
||||
channels: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24' ]
|
||||
},
|
||||
'ultra-pro-6rgbch-rdm': {
|
||||
channels: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24' ],
|
||||
channelgroups: ['1', '2', '3', '4', '5', '6']
|
||||
},
|
||||
'oppsk-cob-uv-par': {
|
||||
channels: ['dimmer', 'strobe', 'program-speed', 'sound-activity']
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue