mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
[semantics] Property Illuminance removed (#1879)
Related to #1791 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
0e7563c901
commit
5ae3c675c6
@ -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,,
|
||||
|
|
@ -1,27 +0,0 @@
|
||||
/**
|
||||
* Copyright (c) 2010-2020 Contributors to the openHAB project
|
||||
*
|
||||
* See the NOTICE file(s) distributed with this work for additional
|
||||
* information.
|
||||
*
|
||||
* This program and the accompanying materials are made available under the
|
||||
* terms of the Eclipse Public License 2.0 which is available at
|
||||
* http://www.eclipse.org/legal/epl-2.0
|
||||
*
|
||||
* SPDX-License-Identifier: EPL-2.0
|
||||
*/
|
||||
package org.openhab.core.semantics.model.property;
|
||||
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.openhab.core.semantics.model.Property;
|
||||
import org.openhab.core.semantics.model.TagInfo;
|
||||
|
||||
/**
|
||||
* This class defines a Illuminance.
|
||||
*
|
||||
* @author Generated from generateTagClasses.groovy - Initial contribution
|
||||
*/
|
||||
@NonNullByDefault
|
||||
@TagInfo(id = "Property_Illuminance", label = "Illuminance", synonyms = "", description = "")
|
||||
public interface Illuminance extends Property {
|
||||
}
|
@ -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);
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user