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