Type Alias stripLightStatus

stripLightStatus: deviceStatus & {
    brightness: number;
    color: string;
    power: string;
}