wei
2020-12-11 680d96f157e4609af3e7af6f8d01ee0bf3f55063
HDL_ON/DAL/DriverLayer/A_Protocol_Common.cs
@@ -95,5 +95,15 @@
                return $"/base/{Control.Ins.GatewayId}/thing/property/read";
            }
        }
        /// <summary>
        /// 网关上报设备状态
        /// </summary>
        public string GatewayUpStatus
        {
            get
            {
                return $"/base/{Control.Ins.GatewayId}/thing/property/up";
            }
        }
    }
}