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!