Constant SQL_QUERY_WRITE_BALLING_EVENT

Source
pub const SQL_QUERY_WRITE_BALLING_EVENT: &str = "INSERT into ballingdosinglog(Timestamp, pumpid, dosingvolume) values(:timestamp, :pump_id, :dosing_volume);";
Expand description

Writes the last Balling dosing event to the database.