aiotProto/aiot/aiot_business.proto
@@ -107,8 +107,6 @@ rpc SendToNode(NodeReq) returns (BusinessReply){} // 直接发送同步tcp请求 rpc SendAiotSyncReq(Protocol) returns (BusinessReply){} // 直接发送异步tcp请求 rpc SendAiotAsyncReq(Protocol) returns (BusinessReply){} // 发送群组请求 rpc SendToCluster(ClusterReq) returns (BusinessReply){} // 向多个设备同时发起相同参数请求