Skip to content

Commit

Permalink
[semantics] Property Illuminance removed (openhab#1879)
Browse files Browse the repository at this point in the history
Related to openhab#1791

Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo authored Dec 2, 2020
1 parent 0e7563c commit 5ae3c67
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion bundles/org.openhab.core.semantics/model/SemanticTags.csv
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Property,Gas,,Gas,,
Property,SoundVolume,,Sound Volume,,
Property,Oil,,Oil,,
Property,Duration,,Duration,,
Property,Illuminance,,Illuminance,,
Property,Level,,Level,,
Property,Opening,,Opening,,
Property,Timestamp,,Timestamp,,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class Properties {
PROPERTIES.add(Frequency.class);
PROPERTIES.add(Gas.class);
PROPERTIES.add(Humidity.class);
PROPERTIES.add(Illuminance.class);
PROPERTIES.add(Level.class);
PROPERTIES.add(Light.class);
PROPERTIES.add(Noise.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Property_Gas=Gas
Property_SoundVolume=Sound Volume
Property_Oil=Oil
Property_Duration=Duration
Property_Illuminance=Illuminance
Property_Level=Level
Property_Opening=Opening
Property_Timestamp=Timestamp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Property_Gas=Gas
Property_SoundVolume=Lautstärke
Property_Oil=Öl
Property_Duration=Dauer
Property_Illuminance=Beleuchtungsstärke
Property_Level=Ebene,Ebenen,Level
Property_Opening=Eröffnung
Property_Timestamp=Zeitpunkt,Zeitpunkte
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Property_Gas=gaz
Property_SoundVolume=volume,volumes,volume sonore,volumes sonores
Property_Oil=fioul,fuel,pétrole
Property_Duration=durée
Property_Illuminance=luminance,éclairement
Property_Level=niveau
Property_Opening=ouverture
Property_Timestamp=horodatage,heure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Property_Gas=Gas
Property_SoundVolume=Geluidsvolume
Property_Oil=Olie
Property_Duration=Looptijd,Tijdsduur
Property_Illuminance=Helderheid,Luminantie
Property_Level=Niveau
Property_Opening=Openen
Property_Timestamp=Tijdstempel,Tijdsaanduiding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Property_Gas=Gass
Property_SoundVolume=Lydvolum
Property_Oil=Olje
Property_Duration=xxx
Property_Illuminance=xxx
Property_Level=xxx
Property_Opening=xxx
Property_Timestamp=xxx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Property_Gas=Gaz,Gazu
Property_SoundVolume=Głośność dźwięku,Głośność
Property_Oil=Olej,Oleju
Property_Duration=xxx
Property_Illuminance=xxx
Property_Level=xxx
Property_Opening=xxx
Property_Timestamp=xxx
Expand Down

0 comments on commit 5ae3c67

Please sign in to comment.