Your comments

Hello

ok, we will do it

Hello,

Got it, we will fix it

ok, we will do it in future

Hello

Here is a server script


var id//global variable for timer

function offline()//function that start if hdl bus does not answer

{

IR.Log("hdl is ofline")

}

IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetDevice("HDL-BUS Pro Network (UDP)"), function(name,value)

{

IR.ClearInterval(id);//clear interval if hdl bus answer

id = IR.SetTimeout(10000, offline);//set new timer

});

yes, it is right.

for now we can't select bottom camera. If you really want it then you should create an idea ticket and users will vote for this idea. If many users will want it too then we add this feature

Hello,

yes, iphone has two speakerphones. First speakerphone is on the bottom of phone, near the charging port and the second speakerphone is on the top, near the camera. From with speakerphone you hear the voice?

Hello

For EFFECT_SLIDE you should fill one more property "SlideType"

the value should be a number of

SLIDE_TYPE_LEFT - 0,

SLIDE_TYPE_RIGHT - 1,

SLIDE_TYPE_TOP - 2,

SLIDE_TYPE_BOTTOM - 3,

SLIDE_TYPE_CROP_LEFT - 4,

SLIDE_TYPE_CROP_RIGHT - 5,

SLIDE_TYPE_CROP_TOP - 6,

SLIDE_TYPE_CROP_BOTTOM - 7


Example

var slideEffect = IR.CreateEffect(IR.EFFECT_SLIDE);

slideEffect.Group = 1000;

slideEffect.Delay = 0;

slideEffect.Duration = 400;

slideEffect.Tween = IR.TWEEN_SINE_IN_OUT;

slideEffect.SlideType = 0;

В данный момент реле действительно не синхронизируется с данным с адреса чтения. Этот минус будет устранён когда мы добавим отображение ожидания ответа от устройства на реле.