Merge pull request #51 from pboyd04/AddSimpleRGBDevices

Add generic RGB Device and LaluceNatz RGB in 4Ch mode
This commit is contained in:
Frédéric Bolvin 2018-07-02 12:37:43 +02:00 committed by GitHub
commit ab4715067f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@ module.exports = {
'generic': {
channels: ['dimmer']
},
'generic-rgb': {
channels: ['red', 'green', 'blue']
},
'showtec-multidim2': {
channels: ['1', '2', '3', '4']
},
@ -107,4 +110,7 @@ module.exports = {
'briteq-bt-theatre-60FC': {
channels: ['dimmer', 'strobe', 'effect', 'red', 'green', 'blue', 'white']
},
'lalucenatz-led-4ch': {
channels: ['master', 'red', 'green', 'blue']
},
}