Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 20, 2025
1 parent 203eba8 commit 1f2e39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viam/robot/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ async def get_machine_status(self) -> GetMachineStatusResponse:
machine_status = await machine.get_machine_status()
resource_statuses = machine_status.resources
cloud_metadata = machine_status.resources[0].cloud_metadata
config_status = machine_status.config
Returns:
Expand Down

0 comments on commit 1f2e39d

Please sign in to comment.