0
Answered
How to send commands made in GUI editor via script?
How to send commands made in GUI editor via script?
So how i can activate EVENT_CHANNEL_SET from script?
Customer support service by UserEcho
Please use this command to activate channel:
IR.GetDevice("Driver").Set("Channel Name",100); // driver, channel, valueEvent, when channel activated:
IR.AddListener(IR.EVENT_CHANNEL_SET, IR.GetDevice("Driver"), function(Name) { });