Merge pull request #34 from Fensterbank/add-devices
added eurolite LED THA-120PC and BriteQ BT-Theatre 60FC
This commit is contained in:
commit
b9da15bc60
1 changed files with 8 additions and 2 deletions
|
@ -96,5 +96,11 @@ module.exports = {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
'eurolite-led-tha-120PC': {
|
||||||
|
channels: ['red', 'green', 'blue', 'white', 'dimmer', 'strobe', 'effect']
|
||||||
|
},
|
||||||
|
'briteq-bt-theatre-60FC': {
|
||||||
|
channels: ['dimmer', 'strobe', 'effect', 'red', 'green', 'blue', 'white']
|
||||||
|
},
|
||||||
}
|
}
|
Loading…
Reference in a new issue