UNPKG

limitless-gem

Version:

Simple NodeJS HTML5 LimitlessLED Lightbulb controller

27 lines (26 loc) 955 B
exports = module.exports = { ALL_OFF: [0x21, 0x00], ALL_ON: [0x22, 0x00], BRIGHTNESS_UP: [0x23, 0x00], BRIGHTNESS_DOWN: [0x24, 0x00], DISCO_SPEED_FASTER: [0x25, 0x00], // SYNC DISCO_SPEED_SLOWER: [0x26, 0x00], DISCO_MODE_NEXT: [0x27, 0x00], DISCO_MODE_PREVIOUS: [0x28, 0x00], SET_COLOR_TO_VIOLET: [0x20, 0x00], SET_COLOR_TO_ROYAL_BLUE: [0x20, 0x10], SET_COLOR_TO_BABY_BLUE: [0x20, 0x20], SET_COLOR_TO_AQUA: [0x20, 0x30], SET_COLOR_TO_ROYAL_MINT: [0x20, 0x40], SET_COLOR_TO_SEAFOAM_GREEN: [0x20, 0x50], SET_COLOR_TO_GREEN: [0x20, 0x60], SET_COLOR_TO_LIME_GREEN: [0x20, 0x70], SET_COLOR_TO_YELLOW: [0x20, 0x80], SET_COLOR_TO_YELLOW_ORANGE: [0x20, 0x90], SET_COLOR_TO_ORANGE: [0x20, 0xa0], SET_COLOR_TO_RED: [0x20, 0xb0], SET_COLOR_TO_PINK: [0x20, 0xc0], SET_COLOR_TO_FUSIA: [0x20, 0xd0], SET_COLOR_TO_LILAC: [0x20, 0xe0], SET_COLOR_TO_LAVENDAR: [0x20, 0xf0] }