Skip to content

Commit

Permalink
add config message to robot proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Kschappacher committed Sep 23, 2024
1 parent f5b3948 commit cfe7db5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/viam/app/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ message RobotConfig {
repeated LogPatternConfig log = 14;
// Attributes a particular revision to the config.
string revision = 15;
optional MaintenanceConfig maintenance = 16;
}

// LogPatternConfig allows you to specify a 2-tuple consisting
Expand Down Expand Up @@ -376,3 +377,8 @@ message PackageConfig {
// info about the validity of the package
AppValidationStatus status = 5;
}

message MaintenanceConfig {
common.v1.ResourceName sensor_name = 1;
string maintenance_allowed_key = 2;
}

0 comments on commit cfe7db5

Please sign in to comment.