Skip to content

Commit

Permalink
Merge branch 'main' into remove-completed-trainings
Browse files Browse the repository at this point in the history
  • Loading branch information
agreenb authored Oct 30, 2023
2 parents fcde7a5 + f585bcb commit da35a3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proto/viam/app/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ message LocationSecret {
string secret = 2;
}

message AppValidationStatus {
string error = 1;
}

message CloudConfig {
// Robot part id.
string id = 1;
Expand Down Expand Up @@ -334,6 +338,8 @@ message ModuleConfig {
string module_id = 5;
// additional environment variables passed to the module process
map<string, string> env = 6;
// info about the validity of the module
AppValidationStatus status = 7;
}

// PackageConfig is the configration for deployed Packages.
Expand All @@ -346,4 +352,6 @@ message PackageConfig {
string version = 3;
// type of the package
string type = 4;
// info about the validity of the package
AppValidationStatus status = 7;
}

0 comments on commit da35a3c

Please sign in to comment.