UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

16 lines (15 loc) 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RGB_ACTION_COMMANDS = exports.RGB_STATUS = void 0; exports.RGB_STATUS = { SHOWING_COLOR: 'Showing Color', NOT_CONFIGURED: 'Not Configured', CONFIGURING_RGB: 'Configuring RGB', SHOWING_EFFECT: 'Showing Effect', UNKNOWN: 'Unknown', ERROR: 'Error', }; exports.RGB_ACTION_COMMANDS = { EXEC: 'Exec', CONFIGURE: 'Configure', };