黄学彪
2020-07-29 8ce0f9b1e568dd9125e74421cd02fbc29381c1f1
ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs
@@ -72,7 +72,7 @@
        /// <summary>
        /// 虚拟驱动信息
        /// </summary>
        public List<DriveCodeListObj> DriveCodeList = new List<DriveCodeListObj>();
        public List<DriveCodeObj> DriveCodeList = new List<DriveCodeObj>();
        /// <summary>
        /// 虚拟网关
@@ -249,32 +249,9 @@
            /// <summary>
            /// 虚拟驱动信息
            /// </summary>
            public List<DriveCodeListObj> DriveCodeList = new List<DriveCodeListObj>();
            public List<DriveCodeObj> DriveCodeList = new List<DriveCodeObj>();
        }
        public class DriveCodeListObj
        {
            /// <summary>
            /// 驱动代号(由网关为驱动分配唯一标识)
            /// </summary>
            public int DriveCode;
            /// <summary>
            /// 驱动硬件版本
            /// </summary>
            public int DriveHwVersion;
            /// <summary>
            /// 驱动软件版
            /// </summary>
            public int DriveFwVersion;
            /// <summary>
            /// 驱动固件类型
            /// </summary>
            public int DriveImageType;
            /// <summary>
            /// 驱动id
            /// </summary>
            public int DriveId;
        }
        #endregion
        #region 修改网关名称