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;
