Skip to content

Commit

Permalink
DOCS-3240: Add state field in GetMachineStatusResponse (#3867)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Jan 21, 2025
1 parent 7cf8dc8 commit 9b613ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/include/robot/apis/generated/robot.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ machine_status = await machine.get_machine_status()
cloud_metadata = machine_status.resources[0].cloud_metadata
resource_statuses = machine_status.resources
config_status = machine_status.config
machine_state = machine_status.state
```

For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/viam/robot/client/index.html#viam.robot.client.RobotClient.get_machine_status).
Expand Down

0 comments on commit 9b613ab

Please sign in to comment.