From 127ccae0585b0d18f25efe64b529107f250b981b Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 17 Feb 2020 09:58:01 +0000 Subject: Moved heat.sensors to sensors.analog in the OM Also added heater monitors to the OM --- src/Heating/HeaterMonitor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Heating/HeaterMonitor.h') 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 -- cgit v1.2.3