import { SmartBrightAdjustTypeEnum } from "./SmartBrightAdjustType.cjs"; import * as t from "io-ts"; //#region generated/OneSmartBrightEasyConfig.d.ts /** * Codec for interface {@link OneSmartBrightEasyConfig} * @category Codecs * @see Automatically generated from ../decompiled/Nova.LCT.GigabitSystem.DataClass.decompiled.cs:73196 */ declare const OneSmartBrightEasyConfig: t.IntersectionC<[t.TypeC<{ IsConfigEnable: t.Type; CustomDayCollection: t.ArrayC; }>, t.PartialC<{ StartTime: import("io-ts-types").DateFromISOStringC; ScheduleType: t.Type; IsColorTemp: t.Type; ColorTempValue: t.StringC; BrightPercent: t.Type; IsEnableGamma: t.Type; GammaValue: t.Type; IsHasAdjusted: t.Type; }>]>; interface OneSmartBrightEasyConfig extends t.TypeOf { ScheduleType?: SmartBrightAdjustTypeEnum; } //#endregion export { OneSmartBrightEasyConfig }; //# sourceMappingURL=OneSmartBrightEasyConfig.d.cts.map