vader722 / ioBroker.vuplus

MIT License
3 stars 6 forks source link

Instance Issue #1

Open Bl4cksh4rk1990 opened 7 years ago

Bl4cksh4rk1990 commented 7 years ago

This code is not ready to use with a second instance.

Replace in vuplus.js in Line 77

This if(id == "vuplus.0.VuPlus.COMMAND") { with this var as = id.split('.'); if (as[0] + '.' + as[1] != adapter.namespace) return; if(as[3] == "COMMAND") {

GermanBluefox commented 7 years ago

Must be fixed with https://github.com/vader722/ioBroker.vuplus/blob/master/vuplus.js#L50