aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Command_Templates.md
diff options
context:
space:
mode:
authorEvgenii <shavrin0591@gmail.com>2021-02-17 22:59:57 +0300
committerKevin O'Connor <kevin@koconnor.net>2021-02-19 18:44:28 -0500
commit3d35c003db3d4fd25a3cadde1e70373cf450e2f7 (patch)
tree0eb4ec275a8c5572fa37e7ef20470093e974da31 /docs/Command_Templates.md
parent267a2f3a38cafd1949a9e276b7020030e9c9c0a4 (diff)
downloadkutter-3d35c003db3d4fd25a3cadde1e70373cf450e2f7.tar.gz
kutter-3d35c003db3d4fd25a3cadde1e70373cf450e2f7.tar.xz
kutter-3d35c003db3d4fd25a3cadde1e70373cf450e2f7.zip
temperature_host: Rename rpi_temperature and add support for custom paths
Signed-off-by: Evgenii Shavrin <shavrin0591@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r--docs/Command_Templates.md2
1 files changed, 1 insertions, 1 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.