soef / ioBroker.mysensors-2

1 stars 1 forks source link

I think that there is an error in lib/mysensors.js line 147 #1

Open dragospascale opened 7 years ago

dragospascale commented 7 years ago

Declaring pointer this.logWrite generates an error in line 157 when the function is called by writeRaw sayng that this.logWrite is not a function. For the moment I succeeded to make it work just eliminating this in front of logWrite in the declaration and of course in all calls. There are probably more errors like this one for other configurations like TCP server for example but I didn’t test it.