Skip to content

Commit

Permalink
fix(ignore): remove manuSpecificNodOnPilotWire that was moved to zigb…
Browse files Browse the repository at this point in the history
…ee-herdsman-converters (#1274)
  • Loading branch information
vmeurisse authored Dec 30, 2024
1 parent 003b4b2 commit 1c8d886
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions src/zspec/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5095,20 +5095,6 @@ export const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>
},
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,
Expand Down
1 change: 0 additions & 1 deletion src/zspec/zcl/definition/tstype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,5 @@ export type ClusterName =
| 'zosungIRControl'
| 'manuSpecificAssaDoorLock'
| 'manuSpecificDoorman'
| 'manuSpecificNodOnPilotWire'
| 'manuSpecificProfalux1'
| 'manuSpecificAmazonWWAH';

0 comments on commit 1c8d886

Please sign in to comment.