[dev_sweeper310][adas]云控清扫车收发接口添加,添加接口使用说明

This commit is contained in:
xinfengkun
2023-04-26 17:05:19 +08:00
parent 22c8e10708
commit 59db2bf7c4
28 changed files with 2107 additions and 60 deletions

View File

@@ -0,0 +1,10 @@
syntax = "proto3";
package function_state_management;
message FSMStatusReasonQuery {
uint32 type = 1; // 0:default, 1:请求反馈原因
}
message FSMStatusReasonRespond {
repeated string fsm_status_reason_respond = 1;
}