@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
12 lines (11 loc) • 328 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
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',
};