We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Device Manager and Objects Tab showing devices as online which are not connected to the power chord for more than a week, like "Weihnachtsbaum".
The connected state seems to be e.g.
"statusStates": { "onlineId": "wled.0.80646fc504b4._info._online" }
However this state does not contain a boolean. Thus, at least admin objects tab is showing it as online whenever there is content in it.
The content is like {"val":false,"ack":true} which seems to be by accident.
{"val":false,"ack":true}
The detection in the config UI works well:
Version 0.7.2
The text was updated successfully, but these errors were encountered:
From a short look it could be due to
ioBroker.wled/main.js
Line 891 in d46eea7
Line 1089 in d46eea7
Sorry, something went wrong.
DutchmanNL
No branches or pull requests
Device Manager and Objects Tab showing devices as online which are not connected to the power chord for more than a week, like "Weihnachtsbaum".
The connected state seems to be e.g.
However this state does not contain a boolean. Thus, at least admin objects tab is showing it as online whenever there is content in it.
The content is like
{"val":false,"ack":true}
which seems to be by accident.The detection in the config UI works well:
Version 0.7.2
The text was updated successfully, but these errors were encountered: