Function sensor_core::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