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 203eba8 commit c60f9dfCopy full SHA for c60f9df
src/viam/robot/client.py
@@ -918,6 +918,7 @@ async def get_machine_status(self) -> GetMachineStatusResponse:
918
machine_status = await machine.get_machine_status()
919
resource_statuses = machine_status.resources
920
config_status = machine_status.config
921
+ machine_state = machine_status.state
922
923
Returns:
924
viam.proto.robot.GetMachineStatusResponse: current status of the resources (List[ResourceStatus]) and config of the machine.
0 commit comments