Constant SQL_QUERY_READ_HEATING_STATS

Source
pub const SQL_QUERY_READ_HEATING_STATS: &str = "SELECT * FROM heatingstats WHERE Date=CURRENT_DATE() LIMIT 1;";
Expand description

Provides the heating statistical data of the current day from the database.