export type RGBStatus = 'Showing Color' | 'Not Configured' | 'Configuring RGB' | 'Showing Effect' | 'Unknown';
