wei
2021-10-28 270b3d8539f6b4a991a9ebf3b3a9eceb436d61d5
HDL_ON/DAL/DriverLayer/A_Protocol_Common.cs
@@ -122,6 +122,17 @@
        }
        /// <summary>
        /// 获取网关的功能列表
        /// </summary>
        public string GetGatewayFunctionList
        {
            get
            {
                return $"/user/{Control.Ins.GatewayId}/custom/device/list/get";
            }
        }
        /// <summary>
        /// 网关上报设备状态
        /// 去掉id对比
        /// </summary>
@@ -145,6 +156,17 @@
        }
        /// <summary>
        /// 网关进入配网模式
        /// </summary>
        public string AuthGateway
        {
            get
            {
                return $"/user/{Control.Ins.GatewayId}/custom/device/auth_gateway";
            }
        }
        /// <summary>
        /// 安防控制
        /// </summary>
        public string ControlSeurity