mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 16:45:15 +03:00
refactor: edit capabilities
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "github.com/lorsanstand/HomeOps-Hub/api/gen/homeops;homeops";
|
||||
|
||||
message PongResponse {
|
||||
string pong = 1;
|
||||
}
|
||||
@@ -32,6 +34,7 @@ message CapabilityCommand {
|
||||
repeated CommandsArgs req_args = 3; // обязательные переменные
|
||||
string version = 4; // версия команды
|
||||
string description = 5; // описание команды для документации
|
||||
string type_output = 7;
|
||||
}
|
||||
|
||||
message CommandsArgs {
|
||||
|
||||
Reference in New Issue
Block a user