-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type error #6
Comments
I get the same errors. |
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. |
Fixed the way multiple scripts are loaded, fixing the type error in node-red.
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. |
I found the issue, and created a pull request |
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
The text was updated successfully, but these errors were encountered: