diff options
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 2 |
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. |