From 9d86e881807d63f9ce7b386ed8971ac13a383aa2 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:18:34 +0100 Subject: [PATCH] DOCS-3240: Add state field in GetMachineStatusResponse --- static/include/robot/apis/generated/robot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/static/include/robot/apis/generated/robot.md b/static/include/robot/apis/generated/robot.md index 9ac00aa9ce..965925a1e8 100644 --- a/static/include/robot/apis/generated/robot.md +++ b/static/include/robot/apis/generated/robot.md @@ -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).