HealsCodes / node-red-contrib-homegear-mqtt

Interact with Homegear connected devices via mqtt
MIT License
8 stars 3 forks source link

type error #6

Open ghost opened 8 years ago

ghost commented 8 years ago

what a great peace of software, made a rainy weekend great!

i have only a liitle issue, each time i press deploy in node-red i get errormessages like this:

30 May 16:53:13 - [error] [homegear-mqtt in:Thermostat] TypeError: done is not a function 30 May 16:53:13 - [error] [homegear-mqtt out:SetTemp] TypeError: done is not a function

any idea what i'm doing wrong?

i'm running the following versions node v4.4.5 npm 2.15.5 node-red v0.13.4

many thanks andi

drivin commented 8 years ago

I get the same errors.

HealsCodes commented 8 years ago

Hi, I can confirm these errors and also that they have no influence on the working if the plugin.

I will try to nail the reason down but I at least my node works fine even with these messages on deploy.

Aietes commented 8 years ago

I thought it had to do with the way multiple scripts are called in the output node, but I think it's the old jQuery version used, that doesn't allow for this type of callback.

Aietes commented 6 years ago

I found the issue, and created a pull request