Skip to content

Commit

Permalink
pairing undefined corr
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck committed Nov 25, 2023
1 parent 23674c2 commit 620cc6f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 182 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ You can thank the authors by these links:
-----------------------------------------------------------------------------------------------------

## Changelog
### next
* (arteck) legacy mode off

### 1.8.24 (2023-09-05)
* (arteck) switch to exposes tab for some Aqara Devices [more infos](https://github.com/ioBroker/ioBroker.zigbee/wiki/Exposes-for-device-integration)

Expand Down
2 changes: 1 addition & 1 deletion lib/zbDeviceConfigure.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class DeviceConfigure extends BaseExtension {
const coordinatorEndpoint = await this.zigbee.getDevicesByType('Coordinator')[0].endpoints[0];
try {
if (this.mappedDevice !== null && this.mappedDevice !== undefined) {
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
205 changes: 24 additions & 181 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 620cc6f

Please sign in to comment.