-
Notifications
You must be signed in to change notification settings - Fork 118
States Wert in common #846
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
Comments
@AlCalzone Do you know how to fix it? |
This is a limitation between how TypeScript works and how ioBroker is structured. Basically, the typechecker doesn't/cannot know which type of object If this is a TypeScript script, you can work around it with
If this is a JavaScript, ignore the error. |
Okay thanks, its a Javascript |
FYI this should work without warnings when #878 is merged and released. |
Typen Überprüfung prüfen
The text was updated successfully, but these errors were encountered: