ioBroker / ioBroker.example

Template adapter for ioBroker
44 stars 73 forks source link

Update js.controller / admin dependencies #106

Closed a-i-ks closed 5 months ago

a-i-ks commented 5 months ago

@mcm1957 wrote in this ticket that these should be the minimum requirements for new adapters. I had used this template as a reference. We should therefore adjust the versions here.

js-controller should be at least 4.0.24. 5.0.19 would be reommended for new (or almost new / renewed) adapters. admin should be 6.13.16 as admin has several fixes for jsonConfig implemented at 6.x.x. So for new adapters 6.13.16 is recommended.

mcm1957 commented 5 months ago

I confirm that templates should be updated.

But - sorry to say - changes must be donw at repository https://github.com/ioBroker/create-adapter as this repository (ioBroker.example) is updated at every new release of the adapter creator overriding any changes done here.

I suggest to provide a PR for the adapter creator (ioBroker/create-adapter). A brief description how to do change sis documented at README.md (https://github.com/ioBroker/create-adapter?tab=readme-ov-file#developing). Please coordinate any changes with @AlCalzone who can answer any questions related to adapter-create too.

Note: related to issue https://github.com/ioBroker/create-adapter/issues/1102