Rules "Model Import" still necessary?

Hi, as with OH2 the migration doc says to not include any core imports for rules, how about this one:

import org.openhab.model.script.actions.*

Still necessary to add the line or already taken care by the system itself?

You should not include ANY package that starts with “org.openhab”.

OK, great - thanks for the information.

Migration Doc says:

  • All references to org.openhab.core.* in imports and class references should be removed.

Therefore unclear to me if org.openhab.* is also to be ment here.

I’ll file an issue to update the docs.

Rich, thanks again for all your kickstarter help! love OH2 already…

The change for e.g. model as not yet arrived in the docs