Fix device type strings

This commit is contained in:
Adam Honse 2025-01-21 14:18:04 -06:00
parent 23dbabacc6
commit 54802fdd4b

View file

@ -1772,12 +1772,14 @@ std::string device_type_to_str(device_type type)
return "Light";
case DEVICE_TYPE_SPEAKER:
return "Speaker";
case DEVICE_TYPE_STORAGE:
return "Storage";
case DEVICE_TYPE_VIRTUAL:
return "Virtual";
case DEVICE_TYPE_STORAGE:
return "Storage";
case DEVICE_TYPE_CASE:
return "Case";
case DEVICE_TYPE_MICROPHONE:
return "Microphone";
case DEVICE_TYPE_ACCESSORY:
return "Accessory";
case DEVICE_TYPE_KEYPAD: