aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Status_Reference.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md
index 423e3fd5..84b4de73 100644
--- a/docs/Status_Reference.md
+++ b/docs/Status_Reference.md
@@ -458,6 +458,9 @@ objects (eg, `[tmc2208 stepper_x]`):
- `drv_status`: The results of the last driver status query. (Only
non-zero fields are reported.) This field will be null if the driver
is not enabled (and thus is not periodically queried).
+- `temperature`: The internal temperature reported by the driver. This
+ field will be null if the driver is not enabled or if the driver
+ does not support temperature reporting.
- `run_current`: The currently set run current.
- `hold_current`: The currently set hold current.