pub const SQL_QUERY_READ_HEATING_STATS: &str = "SELECT * FROM heatingstats WHERE Date=CURRENT_DATE() LIMIT 1;";
Provides the heating statistical data of the current day from the database.