diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 169394f3..10b5b457 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -1,11 +1,12 @@ This document is a reference of printer status information that -available in Klipper [macros](Command_Templates.md), [display -fields](Config_Reference.md#display), and via the [API -Server](API_Server.md). +available in Klipper [macros](Command_Templates.md), +[display fields](Config_Reference.md#display), and via the +[API Server](API_Server.md). The fields in this document are subject to change - if using an -attribute be sure to review the [Config Changes -document](Config_Changes.md) when upgrading the Klipper software. +attribute be sure to review the +[Config Changes document](Config_Changes.md) when upgrading the +Klipper software. # bed_mesh @@ -243,12 +244,13 @@ The following information is available in the `system_stats` object # temperature sensors -The following information is available in [bme280 -config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor), -[htu21d config_section_name](Config_Reference.md#htu21d-sensor), [lm75 -config_section_name](Config_Reference.md#lm75-temperature-sensor), and -[temperature_host -config_section_name](Config_Reference.md#host-temperature-sensor) +The following information is available in + +[bme280 config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor), +[htu21d config_section_name](Config_Reference.md#htu21d-sensor), +[lm75 config_section_name](Config_Reference.md#lm75-temperature-sensor), +and +[temperature_host config_section_name](Config_Reference.md#host-temperature-sensor) objects: - `temperature`: The last read temperature from the sensor. - `humidity`, `pressure`, `gas`: The last read values from the sensor |