Vera icon indicating copy to clipboard operation
Vera copied to clipboard

MySensors plugin for the Vera controller

Results 1 Vera issues
Sort by recently updated
recently updated
newest added

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...