cURL
curl --request POST \ --url https://api.example.com/temperature/read
{ "current_max_Temperature": [ { "current": 123, "max": 123 } ] }
Read the current Temperature and maximum Temperature of the robot’s motors.
Documentation IndexFetch the complete documentation index at: https://docs.phospho.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phospho.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response to read the Temperature of the robot.
A list of Temperature objects, one for each joint. If the robot is not connected, this will be None.
Show child attributes
Was this page helpful?