Skip to content

Commit 5b73a17

Browse files
authored
Clarify docstring for GetMachineStatusResponse (#1022)
1 parent e1924c2 commit 5b73a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/robot/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ async def get_machine_status(self) -> GetMachineStatusResponse:
901901
config_status = machine_status.config
902902
903903
Returns:
904-
viam.proto.robot.GetMachineStatusResponse: current status of the machine (initializing or running), resources (List[ResourceStatus]) and config of the machine.
904+
viam.proto.robot.GetMachineStatusResponse: current status of the machine (initializing or running), current status of the resources (List[ResourceStatus]) and the revision of the config of the machine.
905905
906906
For more information, see `Machine Management API <https://docs.viam.com/appendix/apis/robot/>`_.
907907
"""

0 commit comments

Comments
 (0)