pub fn render(
element_id: &str,
sensor_type: &SensorType,
conditional_image_config: &ConditionalImageConfig,
) -> Option<Vec<u8>>
Expand description
Get the image data based on the current sensor value and type
pub fn render(
element_id: &str,
sensor_type: &SensorType,
conditional_image_config: &ConditionalImageConfig,
) -> Option<Vec<u8>>
Get the image data based on the current sensor value and type