Added Ultra-Pro 24CH RDM Device

This commit is contained in:
Pierre Frisch 2017-07-16 09:52:42 -07:00
parent a28411a357
commit baf18a96cb

View file

@ -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
}
}
}
}