UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

9 lines (8 loc) 224 B
export const RGB_STATUS = { SHOWING_COLOR: 'Showing Color', NOT_CONFIGURED: 'Not Configured', CONFIGURING_RGB: 'Configuring RGB', SHOWING_EFFECT: 'Showing Effect', UNKNOWN: 'Unknown', ERROR: 'Error', } as const;