export interface LightState {
    lightId: string | number;
    color: number[];
}
