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 e8818bc commit 6dd9c7dCopy full SHA for 6dd9c7d
src/viam/robot/client.py
@@ -921,6 +921,7 @@ async def get_machine_status(self) -> GetMachineStatusResponse:
921
machine_status = await machine.get_machine_status()
922
machine_state = machine_status.state
923
resource_statuses = machine_status.resources
924
+ cloud_metadata = machine_status.resources[0].cloud_metadata
925
config_status = machine_status.config
926
927
Returns:
0 commit comments