HomeGenie Forum
Automation Program Plugins and Wizard Scripting => Help => Topic started by: kevin1 on May 19, 2015, 04:11:33 PM
-
Looking at examples, I haven't pinpointed the trace from clicking on on button on the widget, to the C# code. Does it use the
When.WebServiceCallReceived("HomeAutomation.BsmtUtil", ( args ) =>
I know the WebServiceCallReceived can be executed via browser URL, but is it the widget to code interface as well?
Or this:
When.ModuleParameterChanged( (module, property) => {
Trying to control an RGB LED on my Arduino as status indicator :-)
Thanks!