Skip to content

Commit

Permalink
fix(ignore): Cleanup develco clusters as they are now in zhc (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorge committed Jun 30, 2024
1 parent 6d2ee88 commit e942d96
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 25 deletions.
15 changes: 0 additions & 15 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
deviceEnabled: {ID: 18, type: DataType.BOOLEAN},
alarmMask: {ID: 19, type: DataType.BITMAP8},
disableLocalConfig: {ID: 20, type: DataType.BITMAP8},
develcoPrimarySwVersion: {ID: 0x8000, type: DataType.OCTET_STR, manufacturerCode: ManufacturerCode.DEVELCO},
develcoPrimaryHwVersion: {ID: 0x8020, type: DataType.OCTET_STR, manufacturerCode: ManufacturerCode.DEVELCO},
develcoLedControl: {ID: 0x8100, type: DataType.BITMAP8, manufacturerCode: ManufacturerCode.DEVELCO},
schneiderMeterRadioPower: {ID: 0xE200, type: DataType.INT8, manufacturerCode: ManufacturerCode.SCHNEIDER_ELECTRIC},
},
commands: {
Expand Down Expand Up @@ -4853,18 +4850,6 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
},
},
},
develcoSpecificAirQuality: {
ID: 0xFC03,
manufacturerCode: ManufacturerCode.DEVELCO,
attributes: {
measuredValue: {ID: 0x0000, type: DataType.UINT16},
minMeasuredValue: {ID: 0x0001, type: DataType.UINT16},
maxMeasuredValue: {ID: 0x0002, type: DataType.UINT16},
resolution: {ID: 0x0003, type: DataType.UINT16},
},
commands: {},
commandsResponse: {},
},
schneiderSpecificPilotMode: {
ID: 0xFF23,
manufacturerCode: ManufacturerCode.SCHNEIDER_ELECTRIC,
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 @@ -125,7 +125,7 @@ export type ClusterName = (
'manuSpecificLegrandDevices3' | 'manuSpecificNiko1' | 'manuSpecificNiko2' | 'wiserDeviceInfo' | 'manuSpecificTuya' | 'manuSpecificLumi' |
'liXeePrivate' | 'manuSpecificTuya_2' | 'manuSpecificTuya_3' | 'manuSpecificCentraliteHumidity' | 'manuSpecificSmartThingsArrivalSensor' |
'manuSpecificSamsungAccelerometer' | 'heimanSpecificFormaldehydeMeasurement' | 'heimanSpecificAirQuality' | 'heimanSpecificScenes' |
'tradfriButton' | 'heimanSpecificInfraRedRemote' | 'develcoSpecificAirQuality' | 'schneiderSpecificPilotMode' |
'tradfriButton' | 'heimanSpecificInfraRedRemote' | 'schneiderSpecificPilotMode' |
'elkoOccupancySettingClusterServer' | 'elkoSwitchConfigurationClusterServer' | 'manuSpecificSchneiderLightSwitchConfiguration' |
'manuSpecificSchneiderFanSwitchConfiguration' | 'sprutDevice' | 'sprutVoc' | 'sprutNoise' | 'sprutIrBlaster' | 'manuSpecificSiglisZigfred' |
'manuSpecificInovelli' | 'owonClearMetering' | 'zosungIRTransmit' | 'zosungIRControl' |
Expand Down
Loading

0 comments on commit e942d96

Please sign in to comment.