matc 0.1.3

Matter protocol library (controller side)
Documentation
// do not edit - this file is generated

pub fn get_device_type_name(id: u32) -> Option<&'static str> {
    match id {
        0x000E => Some("Aggregator"),
        0x002D => Some("Air Purifier"),
        0x002C => Some("Air Quality Sensor"),
        0x0028 => Some("Basic Video Player"),
        0x0018 => Some("Battery Storage"),
        0x0013 => Some("Bridged Node"),
        0x0029 => Some("Casting Video Client"),
        0x0023 => Some("Casting Video Player"),
        0x0105 => Some("Color Dimmer Switch"),
        0x010C => Some("Color Temperature Light"),
        0x0015 => Some("Contact Sensor"),
        0x0024 => Some("Content App"),
        0x0840 => Some("Control Bridge"),
        0x0077 => Some("Cook Surface"),
        0x0078 => Some("Cooktop"),
        0x050D => Some("Device Energy Management"),
        0x0101 => Some("Dimmable Light"),
        0x010B => Some("Dimmable Plug-In Unit"),
        0x0104 => Some("Dimmer Switch"),
        0x0075 => Some("Dishwasher"),
        0x000A => Some("Door Lock"),
        0x000B => Some("Door Lock Controller"),
        0x0510 => Some("Electrical Sensor"),
        0x050C => Some("Energy EVSE"),
        0x010D => Some("Extended Color Light"),
        0x007A => Some("Extractor Hood"),
        0x002B => Some("Fan"),
        0x0306 => Some("Flow Sensor"),
        0x000F => Some("Generic Switch"),
        0x0309 => Some("Heat Pump"),
        0x0307 => Some("Humidity Sensor"),
        0x0130 => Some("Joint Fabric Administrator"),
        0x007C => Some("Laundry Dryer"),
        0x0073 => Some("Laundry Washer"),
        0x0106 => Some("Light Sensor"),
        0x0079 => Some("Microwave Oven"),
        0x0027 => Some("Mode Select"),
        0x0110 => Some("Mounted Dimmable Load Control"),
        0x010F => Some("Mounted On/Off Control"),
        0x0090 => Some("Network Infrastructure Manager"),
        0x0107 => Some("Occupancy Sensor"),
        0x0100 => Some("On/Off Light"),
        0x0103 => Some("On/Off Light Switch"),
        0x010A => Some("On/Off Plug-in Unit"),
        0x0850 => Some("On/Off Sensor"),
        0x0014 => Some("OTA Provider"),
        0x0012 => Some("OTA Requestor"),
        0x007B => Some("Oven"),
        0x0011 => Some("Power Source"),
        0x0305 => Some("Pressure Sensor"),
        0x0303 => Some("Pump"),
        0x0304 => Some("Pump Controller"),
        0x0044 => Some("Rain Sensor"),
        0x0070 => Some("Refrigerator"),
        0x0074 => Some("Robotic Vacuum Cleaner"),
        0x0072 => Some("Room Air Conditioner"),
        0x0016 => Some("Root Node"),
        0x0019 => Some("Secondary Network Interface"),
        0x0076 => Some("Smoke CO Alarm"),
        0x0017 => Some("Solar Power"),
        0x0022 => Some("Speaker"),
        0x0071 => Some("Temperature Controlled Cabinet"),
        0x0302 => Some("Temperature Sensor"),
        0x0301 => Some("Thermostat"),
        0x030A => Some("Thermostat Controller"),
        0x0091 => Some("Thread Border Router"),
        0x002A => Some("Video Remote Control"),
        0x0041 => Some("Water Freeze Detector"),
        0x050F => Some("Water Heater"),
        0x0043 => Some("Water Leak Detector"),
        0x0042 => Some("Water Valve"),
        0x0202 => Some("Window Covering"),
        0x0203 => Some("Window Covering Controller"),
        _ => None,
    }
}