const COMMANDS = { TURN_ON: 'Turn on', TURN_OFF: 'Turn off', DIM: 'Dim', TRIGGER_SCENE: 'Trigger scene', }; module.exports = { COMMANDS };