I would like to instantiate an adapter, ioBroker.vw-connect, standalone and use only that in my project. I used "yarn add ioBroker.vw-connect" and "yarn add iobroker.js-controller". I would also like to know the procedure on how to use it when instantiated. Should I use:
const adapter = new utils.adapter('vw-connect')
What function calls should I use to configure the object in order to be able to use it?