aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Command_Templates.md
diff options
context:
space:
mode:
authorStefan Dej <meteyou@gmail.com>2020-12-14 02:08:16 +0100
committerGitHub <noreply@github.com>2020-12-13 20:08:16 -0500
commit77add9567555f395eac7b12df96fb830fe08d46c (patch)
treeebc758341b5a06bdfae678370cdc735dfebd928d /docs/Command_Templates.md
parent43a6d18f13995a2c8990bec5fc8ff05f6b280b2c (diff)
downloadkutter-77add9567555f395eac7b12df96fb830fe08d46c.tar.gz
kutter-77add9567555f395eac7b12df96fb830fe08d46c.tar.xz
kutter-77add9567555f395eac7b12df96fb830fe08d46c.zip
heaters: add last pwm value to heater.get_status (#3621)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
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 979c4b85..64fdacc9 100644
--- a/docs/Command_Templates.md
+++ b/docs/Command_Templates.md
@@ -166,6 +166,8 @@ The following are common printer attributes:
<config_name>`.
- `printer.<heater>.target`: The current target temperature (in
Celsius as a float) for the given heater.
+- `printer.<heater>.power`: The last setting of the PWM pin (a value
+ between 0.0 and 1.0) associated with the heater.
- `printer.idle_timeout.state`: The current state of the printer as
tracked by the idle_timeout module. It is one of the following
strings: "Idle", "Printing", "Ready".