Add device type string for virtual device
This commit is contained in:
parent
95f40039eb
commit
be1fbc27ca
1 changed files with 2 additions and 0 deletions
|
|
@ -1465,6 +1465,8 @@ std::string device_type_to_str(device_type type)
|
|||
return "Light";
|
||||
case DEVICE_TYPE_SPEAKER:
|
||||
return "Speaker";
|
||||
case DEVICE_TYPE_VIRTUAL:
|
||||
return "Virtual";
|
||||
default:
|
||||
return "Unknown";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue