Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Heating/HeaterMonitor.h')
-rw-r--r--src/Heating/HeaterMonitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Heating/HeaterMonitor.h b/src/Heating/HeaterMonitor.h
index 42bdac38..2b4fb322 100644
--- a/src/Heating/HeaterMonitor.h
+++ b/src/Heating/HeaterMonitor.h
@@ -53,6 +53,7 @@ public:
float GetTemperatureLimit() const noexcept { return limit; } // Get the temperature limit
HeaterMonitorAction GetAction() const noexcept { return action; } // Get the action to trigger when a temperature event occurs
HeaterMonitorTrigger GetTrigger() const noexcept { return trigger; } // Get the condition for a temperature event
+ const char *GetTriggerName() const noexcept; // Get the condition for a temperature event
void Report(unsigned int heater, unsigned int index, const StringRef& reply) const noexcept; // Append a report of this monitor to the string