iobroker-community-adapters / ioBroker.ical

Read information from google calender and from iCal files into ioBroker.
MIT License
44 stars 32 forks source link

Invalid attribute "subscribe" at io-package.json #662

Open mcm1957 opened 3 months ago

mcm1957 commented 3 months ago

"subscribe": "ical.INSTANCE.trigger",

configured at io-package.json is no longer supported / valid according to schema.

klein0r commented 3 months ago

js-controller 4.x

https://github.com/ioBroker/ioBroker.js-controller/blob/5645debf3394177abeef58917f872a7d8c43e320/schemas/io-package.json#L1042-L1045

js-controller 5.x

https://github.com/ioBroker/ioBroker.js-controller/blob/deb93ac6f9cb5acbd2bdcd1defcd59e6b55fbd6c/schemas/io-package.json#L1295-L1298

Removed in the current master branch? see https://github.com/ioBroker/ioBroker.js-controller/commit/938507b1f67308408f3bc96974468e85dea34dd2

mcm1957 commented 3 months ago

Yes @Apollon77 and @Foxriver confirmed that "subscribe" has been removed with js-controller 6.

A search at guthub seems to indicate that only iobroker.ical is using this attribute to subscribe to a state. Several other adapters use "subsribe":"messagebox" or "subscribe":false. But subsrcibing to messagebox has been replaced by messagebox:true since some time.