ZigbeeApp/Shared/Phone/ZigBee/Device/AirSwitch.cs New file @@ -0,0 +1,11 @@ using System; namespace ZigBee.Device { public class AirSwitch : LightBase { public AirSwitch() { this.Type = DeviceType.AirSwitch; } } }