0
Отвечен
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?
Сервис поддержки клиентов работает на платформе 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) { });