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

ble-shelly-dw.js crashes at irregular intervals #124

Open
micha06de opened this issue Nov 25, 2024 · 0 comments
Open

ble-shelly-dw.js crashes at irregular intervals #124

micha06de opened this issue Nov 25, 2024 · 0 comments

Comments

@micha06de
Copy link

Describe the bug
The script terminates after a certain time.

The problem is due to a faulty test for “undefind” with “let _bth”

current code:
if (_bth === "undefined")

corrected code:
if (typeof _bth === "undefined")

Please correct the script in the repository.

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

No branches or pull requests

1 participant