HDL Home App 第二版本 旧平台金堂用 正在使用
ZigbeeApp/Shared/Phone/ZigBee/Device/ColorDimmerSwitch.cs
New file
@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using Newtonsoft.Json.Linq;
namespace ZigBee.Device
{
    public class ColorDimmerSwitch : LightBase
   {
        public ColorDimmerSwitch()
        {
            this.Type = DeviceType.ColorDimmerSwitch;
        }
    }
}