ZigbeeApp/Shared/Phone/ZigBee/Device/LevelControlSwitch.cs
New file @@ -0,0 +1,13 @@ using System; using System.Collections.Generic; using Newtonsoft.Json.Linq; namespace ZigBee.Device { public class LevelControlSwitch : LightBase { public LevelControlSwitch() { this.Type = DeviceType.LevelControlSwitch; } } }