Skip to content

Commit

Permalink
fix: Fix incorrect bind cluster shown when cluster is manufacturer sp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 11, 2023
1 parent 59f8623 commit 14cc282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/model/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Endpoint extends Entity {
}

if (target) {
return {target, cluster: Zcl.Utils.getCluster(entry.cluster)};
return {target, cluster: Zcl.Utils.getCluster(entry.cluster, this.getDevice().manufacturerID)};
} else {
return undefined;
}
Expand Down

0 comments on commit 14cc282

Please sign in to comment.