export interface IdzLightSwitch { DimmerLevels: String; IsDimmer: Boolean; Name: String; SubType: String; Type: String; idx: Number; }