NEWS
Use adapter standalone
-
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?
-
@mstala i think this is not possible while the adapter extends the js-controller and uses a lot functions of it.