Uw opmerkingen

Hello!


At the moment this function is not needed in the future we will try to hide it.

Hello!


For feedback from driver AV&Custom uses listener event

IR.EVENT_RECEIVE_TEXT or IR.EVENT_RECEIVE_DATA


Hello!

You have a script error:

ipPUB=IR.GetItem("OFICINA").GetItem("Item 5").Text;

IR.GetItem("OFICINA").GetItem("Item 1").GetState(0).Image = ("rtsp://web:web123456@"+ipPUB+":65535/MPEG-4/ch2/sub/av_stream");

Try this

ipPUB=IR.GetItem("OFICINA").GetItem("Item 5").GetState(1).Text;

IR.GetItem("OFICINA").GetItem("Item 1").GetState(0).Image = ("rtsp://web:web123456@"+ipPUB+":65535/MPEG-4/ch2/sub/av_stream");

уточните еще пожалуйста какой сервер вы используете?

Здравствуйте!


Извините за задержку с ответом. В какой версии клиента пробуете? Если это i3Pro, то попробуйте скачать ваш проект в i2control. Будут ли там наблюдаться те же проблемы?

Hello!


Unfortunately, there is currently no such function in the cloud. But you can after loading the project in i3Pro, go to the system menu and set a password there.



Hello!


Nikolay, try to edit script like this

IR.AddListener(IR.EVENT_START,0,function(){
   IR.SetGlobalListener(IR.EVENT_GLOBAL_TAG_CHANGE, function(name, value){
      if(value != 0)
      {
         tag = name;
         IR.Log("Active Global Listener: " + name + "\tValue: " + value);
         send("hello", 0);
         send("auth", 0);
      }
   });
   // When changing Virtual 1 and Virtual 2 tags via the web, emails of different content will be sent to the indicated e-mail address 
   IR.SubscribeTagChange("Server.Tags.Virtual 1"); 
   IR.SubscribeTagChange("Server.Tags.Virtual 2");
});

The project has a mistake in the word hello

it should be like this send("hello", 0);

Hello!


Unfortunately, at the moment this functionality is not implemented. And no in plans for the future.

Здравствуйте!


Какой разрешение у проекта ?