Skip to content

Commit

Permalink
remove "healthy" reference
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Aug 2, 2024
1 parent b201b29 commit 6c9c872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ message ResourceStatus {
STATE_UNCONFIGURED = 1;
// a resource that is being configured.
STATE_CONFIGURING = 2;
// a resource that has been successfully configured once, is healthy, and is not being
// re-configured or removed.
// a resource that has been successfully configured once, and is not re-configuring,
// being removed, or unhealthy.
STATE_READY = 3;
// a resource that is being removed from the robot.
STATE_REMOVING = 4;
Expand Down

0 comments on commit 6c9c872

Please sign in to comment.