Hi,
I'm trying calling my program from Scheduler handler. What is the best way to communicate from scheduler to my program?
I try this method without effect:
$$.control.ApiCall("HomeAutomation.MAdThermostat", 1000, "Thermostat.SetPointValve" , "option1/option2", function(response){} );
And second question, how debug the javascript code starting from scheduler?
Finally, what is right syntax in javascript: $$.boundModules.each.Address.join('-') ?
Thank you very much!