You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes - happy to do that. There are a couple of other small things, but I want to do some real testing and that will have to wait (not too long) for me to build at least one real sensor.
In a task error condition, this statement is executed:
luup.call_delay("clearTask", 15, "", false)
...but fails since the "clearTask" function scope is local, not global.
Solution: remove the 'local' in the function declaration!
The text was updated successfully, but these errors were encountered: