HomeGenie Forum

Automation Program Plugins and Wizard Scripting => Help => Topic started by: kevin1 on May 19, 2015, 04:11:33 PM

Title: Widget intputs to the C# code how?
Post 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

Code: [Select]
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:
Code: [Select]
When.ModuleParameterChanged( (module, property) => {

Trying to control an RGB LED on my Arduino as status indicator :-)

Thanks!