Semantic Tags: Added PROPERTY tags (#4695)
* add property tags * remove spaces Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/4667/head
parent
85d539c35b
commit
75e0a2dd33
|
@ -9,8 +9,8 @@ Location,SummerHouse,Building,Summer House,"Summer Houses, Second Home, Second H
|
||||||
Location,Floor,Indoor,Floor,Floors,
|
Location,Floor,Indoor,Floor,Floors,
|
||||||
Location,GroundFloor,Floor,Ground Floor,"Ground Floors, Downstairs",
|
Location,GroundFloor,Floor,Ground Floor,"Ground Floors, Downstairs",
|
||||||
Location,FirstFloor,Floor,First Floor,"First Floors, Upstairs",
|
Location,FirstFloor,Floor,First Floor,"First Floors, Upstairs",
|
||||||
Location,SecondFloor,Floor,Second Floor,"Second Floors",
|
Location,SecondFloor,Floor,Second Floor,Second Floors,
|
||||||
Location,ThirdFloor,Floor,Third Floor,"Third Floors",
|
Location,ThirdFloor,Floor,Third Floor,Third Floors,
|
||||||
Location,Attic,Floor,Attic,Attics,
|
Location,Attic,Floor,Attic,Attics,
|
||||||
Location,Basement,Floor,Basement,Basements,
|
Location,Basement,Floor,Basement,Basements,
|
||||||
Location,Corridor,Indoor,Corridor,"Corridors, Hallway, Hallways",
|
Location,Corridor,Indoor,Corridor,"Corridors, Hallway, Hallways",
|
||||||
|
@ -47,15 +47,15 @@ Property,Noise,,Noise,,
|
||||||
Property,Rain,,Rain,,
|
Property,Rain,,Rain,,
|
||||||
Property,Wind,,Wind,,
|
Property,Wind,,Wind,,
|
||||||
Property,Water,,Water,,
|
Property,Water,,Water,,
|
||||||
Property,CO2,,CO2,Carbon Dioxide,
|
Property,CO2,AirQuality,CO2,Carbon Dioxide,
|
||||||
Property,CO,,CO,Carbon Monoxide,
|
Property,CO,AirQuality,CO,Carbon Monoxide,
|
||||||
Property,Energy,,Energy,,
|
Property,Energy,,Energy,,
|
||||||
Property,Power,,Power,,
|
Property,Power,,Power,,
|
||||||
Property,Voltage,,Voltage,,
|
Property,Voltage,,Voltage,,
|
||||||
Property,Current,,Current,,
|
Property,Current,,Current,,
|
||||||
Property,Frequency,,Frequency,,
|
Property,Frequency,,Frequency,,
|
||||||
Property,Gas,,Gas,,
|
Property,Gas,,Gas,,
|
||||||
Property,App,,App,Application,"Software program"
|
Property,App,,App,Application,Software program
|
||||||
Property,Channel,,Channel,,
|
Property,Channel,,Channel,,
|
||||||
Property,Mode,,Mode,,
|
Property,Mode,,Mode,,
|
||||||
Property,SoundVolume,,Sound Volume,,
|
Property,SoundVolume,,Sound Volume,,
|
||||||
|
@ -66,6 +66,27 @@ Property,Opening,,Opening,,
|
||||||
Property,Timestamp,,Timestamp,,
|
Property,Timestamp,,Timestamp,,
|
||||||
Property,Ultraviolet,,Ultraviolet,UV,
|
Property,Ultraviolet,,Ultraviolet,UV,
|
||||||
Property,Vibration,,Vibration,,
|
Property,Vibration,,Vibration,,
|
||||||
|
Property,Tilt,,Tilt,,
|
||||||
|
Property,Brightness,,Brightness,,
|
||||||
|
Property,AirQuality,,Air Quality,,
|
||||||
|
Property,VOC,AirQuality,VOC,Volatile Organic Compounds,
|
||||||
|
Property,AQI,AirQuality,AQI,Air Quality Index,
|
||||||
|
Property,ParticulateMatter,AirQuality,Particulate Matter,PM25,
|
||||||
|
Property,Radon,AirQuality,Radon,,
|
||||||
|
Property,Ozone,AirQuality,Ozone,,
|
||||||
|
Property,Pollen,AirQuality,Pollen,,
|
||||||
|
Property,Heating,,Heating,,
|
||||||
|
Property,Ventilation,,Ventilation,,
|
||||||
|
Property,Airconditioning,,Airconditioning,,
|
||||||
|
Property,Illuminance,,Illuminance,,
|
||||||
|
Property,SignalStrength,,Signal Strength,,
|
||||||
|
Property,RSSI,SignalStrength,RSSI,Received Signal Strength Indication,
|
||||||
|
Property,OnOff,,On Off,,
|
||||||
|
Property,OpenClosed,,Open Closed,,
|
||||||
|
Property,AutoManual,Mode,Auto Manual,,
|
||||||
|
Property,EnabledDisabled,Mode,Enabled Disabled,,
|
||||||
|
Property,QualityOfService,,Quality of Service,,
|
||||||
|
Property,Speed,,Speed,,
|
||||||
Point,Alarm,,Alarm,,
|
Point,Alarm,,Alarm,,
|
||||||
Point,Control,,Control,,
|
Point,Control,,Control,,
|
||||||
Point,Switch,Control,Switch,,
|
Point,Switch,Control,Switch,,
|
||||||
|
|
|
Loading…
Reference in New Issue