xm
2020-12-14 d6fb0646531172f23648441c224cdcccd721b894
ZigbeeApp/Shared/Phone/ZigBee/Device/WindowCoveringController.cs
New file
@@ -0,0 +1,14 @@
using System;
using Newtonsoft.Json.Linq;
namespace ZigBee.Device
{
    [System.Serializable]
    public class WindowCoveringController : CurtainBase
    {
        public WindowCoveringController()
        {
            this.Type = DeviceType.WindowCoveringController;
        }
   }
}