iobroker-community-adapters/ioBroker.telegram

Migrate from self defined _design/custom to system custom

Closed this issue · 0 comments

Instead of defining _design/custom yourself in io-package json, please migrate from

getObjectView('custom', 'state', ...

to the usage of

getObjectView('system', 'custom', ...

also remove _design/custom from io-package and increase the js-controller dependency to 3.3.

Thank you.