Specify some base interfaces for better grouping
This commit is contained in:
parent
6ed42e12b7
commit
8cb5a9530d
@ -209,6 +209,12 @@ QString ThingClass::baseInterface() const
|
||||
if (interface == "electricvehicle") {
|
||||
return "electricvehicle";
|
||||
}
|
||||
if (interface == "ventilation") {
|
||||
return "ventilation";
|
||||
}
|
||||
if (interface == "fingerprintreader") {
|
||||
return "fingerprintreader";
|
||||
}
|
||||
}
|
||||
return "uncategorized";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user