diff --git a/src/zspec/zcl/definition/cluster.ts b/src/zspec/zcl/definition/cluster.ts index 442f67c09b..9ebb6d30db 100644 --- a/src/zspec/zcl/definition/cluster.ts +++ b/src/zspec/zcl/definition/cluster.ts @@ -5095,20 +5095,6 @@ export const Clusters: Readonly> }, commandsResponse: {}, }, - manuSpecificNodOnPilotWire: { - ID: 0xfc00, - manufacturerCode: ManufacturerCode.NODON, - attributes: { - mode: {ID: 0x0000, type: DataType.UINT8}, - }, - commands: { - setMode: { - ID: 0x0000, - parameters: [{name: 'mode', type: DataType.UINT8}], - }, - }, - commandsResponse: {}, - }, manuSpecificProfalux1: { ID: 0xfc21, // Config cluster, 0xfc20 mostly for commands it seems manufacturerCode: ManufacturerCode.PROFALUX, diff --git a/src/zspec/zcl/definition/tstype.ts b/src/zspec/zcl/definition/tstype.ts index 1a7638518f..bfc44e6565 100644 --- a/src/zspec/zcl/definition/tstype.ts +++ b/src/zspec/zcl/definition/tstype.ts @@ -233,6 +233,5 @@ export type ClusterName = | 'zosungIRControl' | 'manuSpecificAssaDoorLock' | 'manuSpecificDoorman' - | 'manuSpecificNodOnPilotWire' | 'manuSpecificProfalux1' | 'manuSpecificAmazonWWAH';