-
Notifications
You must be signed in to change notification settings - Fork 8
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
Compatibility check to js-controller 4.0 #60
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
Hi @Apollon77 und @GermanBluefox wird der Adapter noch gepflegt, sodass er auf künftige Versionen von ioBroker noch laufen wird? Gruß Matthias |
Keeeiiinnnn Stresss . Das ist ein Massen Issue ... Bisher sind keine Inkompatibilitäten gemeldetund auch nichts absehbar ... Nur das ein Issue existiert bzw kein Update mehr seit X kam heisst nichts über den Maintenance Zustand eines Adapters. |
War auch nur eine grundsätzliche Frage. Die Frage ging ja nur eher in die Richtung, was wenn es zu Problemen mit einer neuen ioBroker Version kommt, ob er dann noch gepflegt wird. |
Ja wird er |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. |
Dear Adapter developer,
with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.
If something is not correct this is logged as 'warning' or 'info' log.
Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!
Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.
For questions please refer to ioBroker/ioBroker.js-controller#1749
Please close the issue after you checked it.
Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!
The text was updated successfully, but these errors were encountered: