Add missing homekit metadata. (#829)
Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>pull/834/head
parent
639abb348d
commit
d7a80f359b
|
@ -1,4 +1,18 @@
|
|||
const accessories = {
|
||||
'AirQualitySensor': [
|
||||
'AirQuality',
|
||||
'OzoneDensity',
|
||||
'NitrogenDioxideDensity',
|
||||
'SulphurDioxideDensity',
|
||||
'PM25Density',
|
||||
'PM10Density',
|
||||
'VOCDensity',
|
||||
'Name',
|
||||
'ActiveStatus',
|
||||
'FaultStatus',
|
||||
'TamperedStatus',
|
||||
'BatteryLowStatus'
|
||||
],
|
||||
'LeakSensor': [
|
||||
'LeakDetectedState',
|
||||
'Name',
|
||||
|
@ -39,6 +53,14 @@ const accessories = {
|
|||
'TamperedStatus',
|
||||
'BatteryLowStatus'
|
||||
],
|
||||
'LightSensor': [
|
||||
'LightLevel',
|
||||
'Name',
|
||||
'ActiveStatus',
|
||||
'FaultStatus',
|
||||
'TamperedStatus',
|
||||
'BatteryLowStatus'
|
||||
],
|
||||
'HumiditySensor': [
|
||||
'RelativeHumidity',
|
||||
'Name',
|
||||
|
@ -75,6 +97,22 @@ const accessories = {
|
|||
'TamperedStatus',
|
||||
'BatteryLowStatus'
|
||||
],
|
||||
'Door': [
|
||||
'CurrentPosition',
|
||||
'TargetPosition',
|
||||
'PositionState',
|
||||
'Name',
|
||||
'HoldPosition',
|
||||
'ObstructionStatus'
|
||||
],
|
||||
'Window': [
|
||||
'CurrentPosition',
|
||||
'TargetPosition',
|
||||
'PositionState',
|
||||
'Name',
|
||||
'HoldPosition',
|
||||
'ObstructionStatus'
|
||||
],
|
||||
'WindowCovering': [
|
||||
'CurrentPosition',
|
||||
'TargetPosition',
|
||||
|
@ -117,7 +155,22 @@ const accessories = {
|
|||
'CurrentTemperature',
|
||||
'TargetTemperature',
|
||||
'CurrentHeatingCoolingMode',
|
||||
'TargetHeatingCoolingMode'
|
||||
'TargetHeatingCoolingMode',
|
||||
'Name',
|
||||
'CoolingThresholdTemperature',
|
||||
'HeatingThresholdTemperature'
|
||||
],
|
||||
'HeaterCooler': [
|
||||
'ActiveStatus',
|
||||
'CurrentTemperature',
|
||||
'CurrentHeaterCoolerState',
|
||||
'TargetHeaterCoolerState',
|
||||
'Name',
|
||||
'RotationSpeed',
|
||||
'SwingMode',
|
||||
'LockControl',
|
||||
'CoolingThresholdTemperature',
|
||||
'HeatingThresholdTemperature'
|
||||
],
|
||||
'Lock': [
|
||||
'LockCurrentState',
|
||||
|
|
Loading…
Reference in New Issue