Command registration

This commit is contained in:
2024-10-20 17:23:53 +08:00
parent 18ce501089
commit ff24a43580
13 changed files with 335 additions and 92 deletions

View File

@@ -37,6 +37,7 @@ message CommandArgument {
}
message CommandReturn {
int32 status = 1;
optional bytes payload = 2;
bool is_delivered = 1;
int32 status = 2;
optional bytes payload = 3;
}