Skip to content

Commit

Permalink
Removing Custom cluster definition after Koenkk#1019. Keeping in comm…
Browse files Browse the repository at this point in the history
…ent for testing. But will probably not do a PR to origin repo if this is ok, and only work in ZHC. Pending changes to happen in frontend part too
  • Loading branch information
LaurentChardin committed Apr 23, 2024
1 parent 3ec23d8 commit 5ee728f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5780,6 +5780,7 @@ const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>> = {
},
commandsResponse: {},
},
/* // Migrating Cluster definition to Device definition in ZHC
manuSpecificYokisDevice: {
ID: 0xFC01,
manufacturerCode: ManufacturerCode.YOKIS,
Expand Down Expand Up @@ -5975,6 +5976,7 @@ const Clusters: Readonly<Record<ClusterName, Readonly<ClusterDefinition>>> = {
commands: {},
commandsResponse: {},
},
*/
};

export default Clusters;

0 comments on commit 5ee728f

Please sign in to comment.