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

Compatibility check to js-controller 4.0 #75

Closed
ioBrokerChecker opened this issue Feb 7, 2022 · 1 comment
Closed

Compatibility check to js-controller 4.0 #75

ioBrokerChecker opened this issue Feb 7, 2022 · 1 comment
Assignees
Labels
high prio Item is near top of backlog maintenance e.g. requested by ioBroker Checker or Dependabot

Comments

@ioBrokerChecker
Copy link

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!

@git-kick git-kick self-assigned this Feb 14, 2022
@git-kick git-kick added high prio Item is near top of backlog maintenance e.g. requested by ioBroker Checker or Dependabot labels Feb 14, 2022
@git-kick
Copy link
Owner

  1. adjusted object definitions (states was initialized to "" (string), now null (object)
  2. set @iobroker/testing dependency to 2.5.4
    merged into e3dc-rscp v1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high prio Item is near top of backlog maintenance e.g. requested by ioBroker Checker or Dependabot
Projects
None yet
Development

No branches or pull requests

2 participants