diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index a23c46a9..dfe6b805 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -10,6 +10,15 @@ attribute be sure to review the [Config Changes document](Config_Changes.md) when upgrading the Klipper software. +## angle + +The following information is available in +[angle some_name](Config_Reference.md#angle) objects: +- `temperature`: The last temperature reading (in Celsius) from a + tle5012b magnetic hall sensor. This value is only available if the + angle sensor is a tle5012b chip and if measurements are in progress + (otherwise it reports `None`). + ## bed_mesh The following information is available in the |