We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6ab8c commit a1bcc5dCopy full SHA for a1bcc5d
src/viam/robot/client.py
@@ -921,6 +921,7 @@ async def get_machine_status(self) -> GetMachineStatusResponse:
921
machine_status = await machine.get_machine_status()
922
resource_statuses = machine_status.resources
923
config_status = machine_status.config
924
+ machine_state = machine_status.state
925
926
Returns:
927
viam.proto.robot.GetMachineStatusResponse: current status of the resources (List[ResourceStatus]) and config of the machine.
0 commit comments