Skip to content

Commit

Permalink
DOCS-3240: Add state field in GetMachineStatusResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jan 20, 2025
1 parent 8f1e34f commit bc7caf7
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 @@ -44,6 +44,7 @@ Get status information about the machine.
machine_status = await machine.get_machine_status()
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 bc7caf7

Please sign in to comment.