Skip to content

Commit

Permalink
mappedDevice.configure
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Nov 12, 2023
1 parent 9f1aabf commit 2250432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zbDeviceConfigure.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class DeviceConfigure extends BaseExtension {
this.info(`Configuring ${device.ieeeAddr} ${device.modelID}`);
const coordinatorEndpoint = await this.zigbee.getDevicesByType('Coordinator')[0].endpoints[0];
try {
await mappedDevice.configure(device, coordinatorEndpoint, this);
await this.mappedDevice.configure(device, coordinatorEndpoint, this);
device.meta.configured = zigbeeHerdsmanConverters.getConfigureKey(mappedDevice);
device.save();
this.info(`DeviceConfigure successful ${device.ieeeAddr} ${device.modelID}`);
Expand Down

0 comments on commit 2250432

Please sign in to comment.