Function follow_heating::io::temperatures::database::retrieve_temperatures
source · pub async fn retrieve_temperatures(
sensors: &Arc<Vec<(DBSensor, ThermisterCalibration)>>,
pool: &MySqlPool
) -> Result<HashMap<Sensor, f32>, String>