Hi,
I try a simple csharp script to do an action when my generic sensor (aeon labs keyfob) is pressed. But with the following script :
When.ModuleParameterChanged( (module, parameter) =>
{ if(module.Is("TelecommandeInvit")) {
But the script never go in this "if".
If i don't use the :
When.ModuleParameterChanged( (module, parameter) =>
The if is always ok and do the action all the time ....
Any idea ?
Bye