Skip to content

Commit 1c955f3

Browse files
authored
Add synonyms for a few semantic tags (openhab#4725)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
1 parent 1d567df commit 1c955f3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

bundles/org.openhab.core.semantics/model/SemanticTags.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Equipment,PetCare,,Pet Care,,
181181
Equipment,Aquarium,PetCare,Aquarium,Fish Tank,
182182
Equipment,PetFeeder,PetCare,Pet Feeder,,
183183
Equipment,PetFlap,PetCare,Pet Flap,"Cat Flap, Dog Flap",
184-
Equipment,PowerOutlet,,Power Outlet,"Power Outlets, Outlet, Outlets",
184+
Equipment,PowerOutlet,,Power Outlet,"Power Outlets, Outlet, Outlets, Smart Plug, Smart Plugs",
185185
Equipment,PowerSupply,,Power Supply,,
186186
Equipment,EVSE,PowerSupply,Electric Vehicle Supply Equipment,"EV Charger, Car Charger",
187187
Equipment,Generator,PowerSupply,Generator,Emergency Generator,
@@ -238,9 +238,9 @@ Equipment,SwimmingPool,Wellness,Swimming Pool,"Swimming Pool, Pool",
238238
Equipment,WhiteGood,,White Good,White Goods,
239239
Equipment,AirFryer,WhiteGood,Air Fryer,,
240240
Equipment,CoffeeMaker,WhiteGood,Coffee Maker,"Coffee Makers, Coffee Machine, Coffee Machines",
241-
Equipment,Cooktop,WhiteGood,Cooktop,,
241+
Equipment,Cooktop,WhiteGood,Cooktop,Hob,
242242
Equipment,Dishwasher,WhiteGood,Dishwasher,Dishwashers,
243-
Equipment,Dryer,WhiteGood,Dryer,Dryers,
243+
Equipment,Dryer,WhiteGood,Dryer,"Dryers, Tumble Dryer, Tumble Dryers",
244244
Equipment,FoodProcessor,WhiteGood,Food Processor,,
245245
Equipment,Freezer,WhiteGood,Freezer,Freezers,
246246
Equipment,Fryer,WhiteGood,Fryer,,

bundles/org.openhab.core.semantics/src/main/java/org/openhab/core/semantics/model/DefaultSemanticTags.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ public static class Equipment {
953953
"Equipment_PowerOutlet", //
954954
"Power Outlet", //
955955
"", //
956-
"Power Outlets, Outlet, Outlets");
956+
"Power Outlets, Outlet, Outlets, Smart Plug, Smart Plugs");
957957
public static final SemanticTag POWER_SUPPLY = new SemanticTagImpl( //
958958
"Equipment_PowerSupply", //
959959
"Power Supply", //
@@ -1238,7 +1238,7 @@ public static class Equipment {
12381238
"Equipment_WhiteGood_Cooktop", //
12391239
"Cooktop", //
12401240
"", //
1241-
"");
1241+
"Hob");
12421242
public static final SemanticTag DISHWASHER = new SemanticTagImpl( //
12431243
"Equipment_WhiteGood_Dishwasher", //
12441244
"Dishwasher", //
@@ -1248,7 +1248,7 @@ public static class Equipment {
12481248
"Equipment_WhiteGood_Dryer", //
12491249
"Dryer", //
12501250
"", //
1251-
"Dryers");
1251+
"Dryers, Tumble Dryer, Tumble Dryers");
12521252
public static final SemanticTag FOOD_PROCESSOR = new SemanticTagImpl( //
12531253
"Equipment_WhiteGood_FoodProcessor", //
12541254
"Food Processor", //

bundles/org.openhab.core.semantics/src/main/resources/tags.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Equipment_PetCare=Pet Care
181181
Equipment_PetCare_Aquarium=Aquarium,Fish Tank
182182
Equipment_PetCare_PetFeeder=Pet Feeder
183183
Equipment_PetCare_PetFlap=Pet Flap,Cat Flap,Dog Flap
184-
Equipment_PowerOutlet=Power Outlet,Power Outlets,Outlet,Outlets
184+
Equipment_PowerOutlet=Power Outlet,Power Outlets,Outlet,Outlets,Smart Plug,Smart Plugs
185185
Equipment_PowerSupply=Power Supply
186186
Equipment_PowerSupply_EVSE=Electric Vehicle Supply Equipment,EV Charger,Car Charger
187187
Equipment_PowerSupply_Generator=Generator,Emergency Generator
@@ -238,9 +238,9 @@ Equipment_Wellness_SwimmingPool=Swimming Pool,Swimming Pool,Pool
238238
Equipment_WhiteGood=White Good,White Goods
239239
Equipment_WhiteGood_AirFryer=Air Fryer
240240
Equipment_WhiteGood_CoffeeMaker=Coffee Maker,Coffee Makers,Coffee Machine,Coffee Machines
241-
Equipment_WhiteGood_Cooktop=Cooktop
241+
Equipment_WhiteGood_Cooktop=Cooktop,Hob
242242
Equipment_WhiteGood_Dishwasher=Dishwasher,Dishwashers
243-
Equipment_WhiteGood_Dryer=Dryer,Dryers
243+
Equipment_WhiteGood_Dryer=Dryer,Dryers,Tumble Dryer,Tumble Dryers
244244
Equipment_WhiteGood_FoodProcessor=Food Processor
245245
Equipment_WhiteGood_Freezer=Freezer,Freezers
246246
Equipment_WhiteGood_Fryer=Fryer

0 commit comments

Comments
 (0)