Hi,
// Alarme ArmAway
Found the module
var alarme = $$.modules.withAddress("90").get();
Or
var alarme = $$.modules.inDomain("HomeAutomation.HomeGenie.Automation").withAddress("90").get();
I try all of this, nothing works :
alarme.Control.ArmAway();
alarme.Control.On();
alarme.Level.On();
With the script alarme.Level.On(); we got an Error ( Object as no method On )
With the other script we got only Error ()
An idea ?
Cheers