aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Command_Templates.md2
-rw-r--r--docs/Config_Changes.md6
-rw-r--r--docs/Config_Reference.md10
3 files changed, 14 insertions, 4 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md
index 125436ee..afa390af 100644
--- a/docs/Command_Templates.md
+++ b/docs/Command_Templates.md
@@ -267,7 +267,7 @@ The following are common printer attributes:
from the sensor.
- `printer["lm75 <sensor_name>"].temperature`: The last read
temperature from the sensor.
-- `printer["rpi_temperature <sensor_name>"].temperature`: The last read
+- `printer["temperature_host <sensor_name>"].temperature`: The last read
temperature from the sensor.
- `printer["temperature_sensor <config_name>"].temperature`: The last read
temperature from the sensor.
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 19b745d2..ffc9a1fb 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,12 @@ All dates in this document are approximate.
# Changes
+20210219: The `rpi_temperature` module has been renamed to
+`temperature_host`. Replace any occurrences of `sensor_type:
+rpi_temperature` with `sensor_type: temperature_host`. The
+`rpi_temperature` name is deprecated and will be removed in the near
+future.
+
20210201: The `TEST_RESONANCES` command will now disable input shaping
if it was previously enabled (and re-enable it after the test). In order
to override this behavior and keep the input shaping enabled, one can
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 57fbe3df..701c32a3 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2145,12 +2145,16 @@ sensor_type: temperature_mcu
# micro-controller specification.
```
-## RPi temperature sensor
+## Host temperature sensor
-CPU temperature from the Raspberry Pi running the host software.
+Temperature from the machine (eg Raspberry Pi) running the host software.
```
-sensor_type: rpi_temperature
+sensor_type: temperature_host
+#path:
+# The path to temperature system file. The default is
+# "/sys/class/thermal/thermal_zone0/temp" which is the temperature
+# system file on a Raspberry Pi computer.
```
## DS18B20 temperature sensor