diff --git a/devices.js b/devices.js index 70fc349..99256e0 100644 --- a/devices.js +++ b/devices.js @@ -50,5 +50,15 @@ 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' ], + ranges: { + 'dimmer': { + 'type': 'slider', + 'min': 0, + 'max': 255 + } + } } } \ No newline at end of file