using System; namespace ZigBee.Device { public class AirSwitch : LightBase { public AirSwitch() { this.Type = DeviceType.AirSwitch; } } }