diff --git a/src/zspec/zcl/definition/cluster.ts b/src/zspec/zcl/definition/cluster.ts index e26b33b3f6..383d1e4e2d 100644 --- a/src/zspec/zcl/definition/cluster.ts +++ b/src/zspec/zcl/definition/cluster.ts @@ -4068,34 +4068,6 @@ export const Clusters: Readonly> }, }, }, - 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: { diff --git a/src/zspec/zcl/definition/tstype.ts b/src/zspec/zcl/definition/tstype.ts index c454290e85..a2aad2afb0 100644 --- a/src/zspec/zcl/definition/tstype.ts +++ b/src/zspec/zcl/definition/tstype.ts @@ -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' |