interface OneSmartBrightEasyConfig {
    BrightPercent?: number;
    ColorTempValue?: string;
    CustomDayCollection: string[];
    GammaValue?: number;
    IsColorTemp?: boolean;
    IsConfigEnable: boolean;
    IsEnableGamma?: boolean;
    IsHasAdjusted?: boolean;
    ScheduleType?: SmartBrightAdjustTypeEnum;
    StartTime?: Date;
}

Hierarchy

Properties

BrightPercent?: number = common.Numeric
ColorTempValue?: string = t.string
CustomDayCollection: string[] = ...
GammaValue?: number = common.Numeric
IsColorTemp?: boolean = common.Bool
IsConfigEnable: boolean = common.Bool_true
IsEnableGamma?: boolean = common.Bool
IsHasAdjusted?: boolean = common.Bool
StartTime?: Date = DateFromISOString