proto/source/bhome_msg.proto
@@ -62,6 +62,16 @@ } message MsgSubscribe { MsgTopicList topics = 1; } message MsgUnsubscribe { MsgTopicList topics = 1; } message MsgRegisterRPC { MsgTopicList topics = 1; } service TopicRPC { rpc Query (MsgQueryTopic) returns (MsgQueryTopicReply); rpc Request (MsgRequestTopic) returns (MsgQueryTopicReply);