Function extract_value_sequence

Source
pub fn extract_value_sequence(
    sensor_value_history: &[Vec<SensorValue>],
    sensor_id: &str,
) -> Vec<f64>
Expand description

Extracts the historical values from the sensor_value_history and reverses the order