Temperature 'autostart' => 'auto_job'

This commit is contained in:
Scott Lahteine
2020-11-07 17:55:31 -06:00
parent 18fb4b1ce1
commit dcb0f5dc3b
5 changed files with 11 additions and 11 deletions

View File

@@ -731,8 +731,8 @@ class Temperature {
/**
* Methods to check if heaters are enabled, indicating an active job
*/
static bool over_autostart_threshold();
static void check_timer_autostart(const bool can_start, const bool can_stop);
static bool auto_job_over_threshold();
static void auto_job_check_timer(const bool can_start, const bool can_stop);
#endif
/**