HDL_ON/DAL/DriverLayer/A_Protocol_Common.cs
@@ -115,5 +115,15 @@ return $"/user/{Control.Ins.GatewayId}/custom/scene/execute"; } } /// <summary> /// 添加设备上报 /// </summary> public string AddDevicePush { get { return $"/base/{Control.Ins.GatewayId}/thing/topo/found_reply"; } } } }