pub fn find_device(name: &str) -> Option<&'static DeviceProfile>Expand description
Find a device profile by name (case-insensitive substring match).
pub fn find_device(name: &str) -> Option<&'static DeviceProfile>Find a device profile by name (case-insensitive substring match).