interface ChipSUM2030ExtendProperty {
    @_xsi:type?: "ChipSUM2030ExtendProperty";
    BlueRegHighValue?: number;
    BlueRegLowValue?: number;
    GreenRegHighValue?: number;
    GreenRegLowValue?: number;
    IsCustomSecondChipReg?: boolean;
    IsOpenCircuitProtection: boolean;
    IsSetLowEffectGamma?: boolean;
    RedRegHighValue?: number;
    RedRegLowValue?: number;
    VRedRegHighValue?: number;
    VRedRegLowValue?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipSUM2030ExtendProperty" = ...
BlueRegHighValue?: number = common.UInt8
BlueRegLowValue?: number = common.UInt8
GreenRegHighValue?: number = common.UInt8
GreenRegLowValue?: number = common.UInt8
IsCustomSecondChipReg?: boolean = common.Bool
IsOpenCircuitProtection: boolean = common.Bool_true
IsSetLowEffectGamma?: boolean = common.Bool
RedRegHighValue?: number = common.UInt8
RedRegLowValue?: number = common.UInt8
VRedRegHighValue?: number = common.UInt8
VRedRegLowValue?: number = common.UInt8