Skip to content

Commit

Permalink
fix(ignore): Move manuSpecificIkeaAirPurifier to zhc (#1083)
Browse files Browse the repository at this point in the history
* clusters: move manuSpecificIkeaAirPurifier to zhc

* clusters: move msIkeaVocIndexMeasurement to zhc
  • Loading branch information
sjorge committed Jun 8, 2024
1 parent 12487ce commit b72481c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4068,34 +4068,6 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
},
},
},
manuSpecificIkeaAirPurifier: {
ID: 0xfc7d,
manufacturerCode: ManufacturerCode.IKEA_OF_SWEDEN,
attributes: {
filterRunTime: {ID: 0x0000, type: DataType.UINT32},
replaceFilter: {ID: 0x0001, type: DataType.UINT8},
filterLifeTime: {ID: 0x0002, type: DataType.UINT32},
controlPanelLight: {ID: 0x0003, type: DataType.BOOLEAN},
particulateMatter25Measurement: {ID: 0x0004, type: DataType.UINT16},
childLock: {ID: 0x0005, type: DataType.BOOLEAN},
fanMode: {ID: 0x0006, type: DataType.UINT8},
fanSpeed: {ID: 0x0007, type: DataType.UINT8},
deviceRunTime: {ID: 0x0008, type: DataType.UINT32},
},
commands: {},
commandsResponse: {},
},
msIkeaVocIndexMeasurement: {
ID: 0xfc7e,
manufacturerCode: ManufacturerCode.IKEA_OF_SWEDEN,
attributes: {
measuredValue: {ID: 0x0000, type: DataType.SINGLE_PREC},
measuredMinValue: {ID: 0x0001, type: DataType.SINGLE_PREC},
measuredMaxValue: {ID: 0x0002, type: DataType.SINGLE_PREC},
},
commands: {},
commandsResponse: {},
},
manuSpecificClusterAduroSmart: {
ID: 64716,
attributes: {
Expand Down
2 changes: 1 addition & 1 deletion src/zspec/zcl/definition/tstype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export type ClusterName = (
'piMultistateOutputExt' | 'piMultistateValueReg' | 'piMultistateValueExt' | 'pi11073ProtocolTunnel' | 'piIso7818ProtocolTunnel' |
'piRetailTunnel' | 'seMetering' | 'tunneling' | 'telecommunicationsInformation' | 'telecommunicationsVoiceOverZigbee' |
'telecommunicationsChatting' | 'haApplianceIdentification' | 'haMeterIdentification' | 'haApplianceEventsAlerts' | 'haApplianceStatistics' |
'haElectricalMeasurement' | 'haDiagnostic' | 'touchlink' | 'manuSpecificIkeaAirPurifier' | 'msIkeaVocIndexMeasurement' |
'haElectricalMeasurement' | 'haDiagnostic' | 'touchlink' |
'manuSpecificClusterAduroSmart' | 'manuSpecificOsram' | 'manuSpecificPhilips' | 'manuSpecificPhilips2' | 'manuSpecificSinope' |
'manuSpecificLegrandDevices' | 'manuSpecificLegrandDevices2' |
'manuSpecificLegrandDevices3' | 'manuSpecificNiko1' | 'manuSpecificNiko2' | 'wiserDeviceInfo' | 'manuSpecificTuya' | 'manuSpecificLumi' |
Expand Down

0 comments on commit b72481c

Please sign in to comment.