xm
2020-07-31 ecba45c93391066bc30c7bd602c3a7683fbb99a7
ZigbeeApp/Shared/Phone/ZigBee/Device/ZbGatewayData.cs
@@ -72,7 +72,7 @@
        /// <summary>
        /// 虚拟驱动信息
        /// </summary>
        public List<DriveCodeObj> DriveCodeList = new List<DriveCodeObj>();
        public List<DriveCodeListObj> DriveCodeList = new List<DriveCodeListObj>();
        /// <summary>
        /// 虚拟网关
@@ -249,9 +249,32 @@
            /// <summary>
            /// 虚拟驱动信息
            /// </summary>
            public List<DriveCodeObj> DriveCodeList = new List<DriveCodeObj>();
            public List<DriveCodeListObj> DriveCodeList = new List<DriveCodeListObj>();
        }
        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 修改网关名称