pub fn extract_value_sequence( sensor_value_history: &[Vec<SensorValue>], sensor_id: &str, ) -> Vec<f64>
Extracts the historical values from the sensor_value_history and reverses the order