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

[shelly] Blu Gateway script crashes when receiving unknown attribute #16370

Closed
markus7017 opened this issue Feb 4, 2024 · 1 comment · Fixed by #16371
Closed

[shelly] Blu Gateway script crashes when receiving unknown attribute #16370

markus7017 opened this issue Feb 4, 2024 · 1 comment · Fixed by #16371
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@markus7017
Copy link
Contributor

the statement

if (_bth === "undefined") {

need to be changed into

if (typeof _bth === "undefined") {
@markus7017 markus7017 added the bug An unexpected problem or unintended behavior of an add-on label Feb 4, 2024
@markus7017 markus7017 linked a pull request Feb 4, 2024 that will close this issue
@jlaur
Copy link
Contributor

jlaur commented Feb 6, 2024

For reference: Duplicate of #16344.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants