diff --git a/src/controller/model/endpoint.ts b/src/controller/model/endpoint.ts index fa4989c07f..4d17bb9f78 100644 --- a/src/controller/model/endpoint.ts +++ b/src/controller/model/endpoint.ts @@ -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; }