aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Command_Templates.md
diff options
context:
space:
mode:
authorAl <aleph@al3ph.org>2020-12-03 17:35:37 +0000
committerGitHub <noreply@github.com>2020-12-03 12:35:37 -0500
commitb911db4c0de10245fd008a6a236d6af23b93e8fe (patch)
treee961be2b455814699810d5306203a6bcd7608a49 /docs/Command_Templates.md
parenta1ae54876662e097094f4434a69eca79cb5af9ae (diff)
downloadkutter-b911db4c0de10245fd008a6a236d6af23b93e8fe.tar.gz
kutter-b911db4c0de10245fd008a6a236d6af23b93e8fe.tar.xz
kutter-b911db4c0de10245fd008a6a236d6af23b93e8fe.zip
rpi_temperature: New module to monitor RPi temperature (#3587)
Module to monitor RPi cpu temperature Signed-off-by: Al Crate <aleph@al3ph.org>
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r--docs/Command_Templates.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md
index 37e59fb8..e577decb 100644
--- a/docs/Command_Templates.md
+++ b/docs/Command_Templates.md
@@ -256,6 +256,8 @@ 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
+ temperature from the sensor.
- `printer["temperature_sensor <config_name>"].temperature`: The last read
temperature from the sensor.
- `printer["temperature_sensor <config_name>"].measured_min_temp`,