Missing org.openhab.binding.dscalarm.DSCAlarmActionProvider

Dear community,

I have followed this video https://www.youtube.com/watch?v=o2QjCGdZl7s to set up openHAB 2 IDE, at installation, I have selected all 3 items under the GitHub openHAB 2 directory. Once the installation is finished, I have got the following error: “the import org.openhab.binding.dscalarm.DSCAlarmActionProvider cannot be resolved”. I have checked the packages. I cannot find the “org.openhab.binding.dscalarm” package. Does this mean this package is missing from my install?

Thanks in advance!

Kind Regards

Not that this reply is very helpful, but I am having the same problem. I have tried to fix it by creating a new Java file with the contents I see at https://github.com/openhab/openhab/blob/master/bundles/binding/org.openhab.binding.dscalarm/src/main/java/org/openhab/binding/dscalarm/DSCAlarmActionProvider.java.

The errors are gone.
Next step would be to create a git pull request? I am new to Eclipse, new to Git and new to Openhab development.