Type Alias ceilingLightProStatus

ceilingLightProStatus: deviceStatus & {
    brightness: number;
    colorTemperature: number;
    power: boolean;
}