Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Rewis <32186188+benjirewis@users.noreply.github.com>
  • Loading branch information
maximpertsov and benjirewis committed Jul 5, 2024
1 parent f105a22 commit 59d293c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ service RobotService {
};
}

// MachineStatus the current status of the robot.
// GetMachineStatus returns the current status of the robot.
rpc GetMachineStatus(GetMachineStatusRequest) returns (GetMachineStatusResponse) {
option (google.api.http) = {
get: "/viam/api/v1/machine_status"
Expand Down

0 comments on commit 59d293c

Please sign in to comment.