export enum RgbState { IDLE = 'idle', ACTIVE = 'active', INSERVICE = 'in_service', ALERT = 'alert', }