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
Hi,
All the documentation I can see online, including this project, says that netRemote.nav.status can only return 0 (not ready) or 1 (ready).
netRemote.nav.status
0
1
Mine seems to return 2 sometimes, perhaps someone reading this can say what that means!
2
The text was updated successfully, but these errors were encountered:
Possible values for that node:
defaults={ 0: "WAITING", 1: "READY", 2: "FAIL", 3: "FATAL_ERR", 4: "READY_ROOT", }
Sorry, something went wrong.
No branches or pull requests
Hi,
All the documentation I can see online, including this project, says that
netRemote.nav.status
can only return0
(not ready) or1
(ready).Mine seems to return
2
sometimes, perhaps someone reading this can say what that means!The text was updated successfully, but these errors were encountered: