Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BE468 to have both BE468/GBAK working #1686

Merged
merged 1 commit into from
Oct 20, 2020
Merged

Conversation

orditeck
Copy link
Contributor

Hi,

As mentioned in the following issue: Koenkk/zigbee2mqtt#4464
The model BE468GBAK is not the exact same as the BE468 model.
BE468GBAK uses endpoint index 1, BE468 uses endpoint index 2

Replacing device.getEndpoint(specificNumber) by device.endpoints[0] make sure both models work.

Hi,

As mentioned in the following issue: Koenkk/zigbee2mqtt#4464
The model BE468GBAK is not the exact same as the BE468 model.
BE468GBAK uses endpoint index 1, BE468 uses endpoint index 2

Replacing `device.getEndpoint(specificNumber)` by `device.endpoints[0]` make sure both models work.
@Koenkk
Copy link
Owner

Koenkk commented Oct 20, 2020

Thanks!

@Koenkk Koenkk merged commit 626b852 into Koenkk:master Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants