diff options
author | Pedro Lamas <pedrolamas@gmail.com> | 2023-07-17 10:39:34 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-08-01 20:32:03 -0400 |
commit | ed66982b8eb06ce8843d8b5163c6bd290e1754c9 (patch) | |
tree | 34d702412a368fdd7deadb178cc50e771a3aebff /docs | |
parent | 55d09771b1083981fab6695987d375eced5d9feb (diff) | |
download | kutter-ed66982b8eb06ce8843d8b5163c6bd290e1754c9.tar.gz kutter-ed66982b8eb06ce8843d8b5163c6bd290e1754c9.tar.xz kutter-ed66982b8eb06ce8843d8b5163c6bd290e1754c9.zip |
heaters: adds temperature monitors
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Status_Reference.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 036c7dec..13139dd0 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -245,6 +245,11 @@ object is available if any heater is defined): temperature sensors by their full config section names, e.g. `["extruder", "heater_bed", "heater_generic my_custom_heater", "temperature_sensor electronics_temp"]`. +- `available_monitors`: Returns a list of all currently available + temperature monitors by their full config section names, + e.g. `["tmc2240 stepper_x"]`. While a temperature sensor is always + available to read, a temperature monitor may not be available and + will return null in such case. ## idle_timeout |