Skip to content

Commit

Permalink
Update src/viam/robot/client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 19, 2024
1 parent c0a9740 commit ce4dead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viam/robot/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ async def get_machine_status(self) -> GetMachineStatusResponse:
config_status = machine_status.config
Returns:
viam.proto.robot.GetMachineStatusResponse: current status of the resources (List[ResourceStatus]) of the machine.
viam.proto.robot.GetMachineStatusResponse: current status of the resources (List[ResourceStatus]) and config of the machine.
For more information, see `Machine Management API <https://docs.viam.com/appendix/apis/robot/>`_.
"""
Expand Down

0 comments on commit ce4dead

Please sign in to comment.