Skip to content

Commit

Permalink
fix: Fix cannot find manuSpecificUbisysDeviceSetup (#7532)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorge committed May 18, 2024
1 parent c831f5c commit 5f82043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/ubisys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const ubisys = {
key: ['configure_device_setup'],
convertSet: async (entity, key, value: KeyValueAny, meta) => {
const devMgmtEp = meta.device.getEndpoint(232);
const cluster = Zcl.Utils.getCluster('manuSpecificUbisysDeviceSetup', null, {});
const cluster = Zcl.Utils.getCluster('manuSpecificUbisysDeviceSetup', null, meta.device.customClusters);
const attributeInputConfigurations = cluster.getAttribute('inputConfigurations');
const attributeInputActions = cluster.getAttribute('inputActions');

Expand Down

0 comments on commit 5f82043

Please sign in to comment.