module.exports = { ALL: 'all', RANDOM: 'random', MODE_SET: 'set', MODE_MORPH: 'morph', MODE_BLINK: 'blink', MODE_PULSE: 'pulse', MODE_POWEROFF: 'poweroff', ARG_CONFIG: '--config', ARG_GET_SERIALS: '--get-blinksticks', DURATION_DEFAULT: require('../config.json').api.post.duration.default || 1000, DELAY_DEFAULT: require('../config.json').api.post.delay.default || 500 }