Ваши комментарии

Здравствуйте, Владимир

Извините за задержку с ответом.

Для статового опроса переменных KNX мы испоьзуем стандартную команду запроса состояния адреса. Если при использовании этой команды LM не отдает данных, повлиять на это со стороны Иридиум невозможно. Рекомендем обратиться в Evika для получения консультации по этому вопросу.
var counter;
function count () 
{
   // stop interval if it has been started before
   IR.ClearInterval(counter);
   //start value
   var time = IR.GetItem("Page 1").GetItem("Item 1").GetState(0).Text = 60;
   function count () {
      //if time > 0 then subtract 1 and send to text field
      if (time > 0) {
         IR.GetItem("Page 1").GetItem("Item 1").GetState(0).Text = --time; 
      } else {
         // stop subtracting if time <=0
         IR.ClearInterval(counter);
      }; 
   }
   // start function count every 1000 ms (1 s)
   counter = IR.SetInterval(1000, count);
}
you can start the timer with Script Call command:
Hello
Check that your mobile provider allows you to use the external port of your equipment, some ports could be locked on the provider side. Try to use any external WiFi network to connect with external settings. Is it works? Show you connectin settings in privat message
All the driver properties: connection attempts, connection time-out, will be available in driver settings later. Now it is not possible to control such properties at all
Proximity sensor works only on smart-phones used to call. When you bring the device close to your face it sends [1], and [0] in other time.
Now this tag doesn't work propely, this problem is under review.
It will be done (but not in the closest build)
Hello Haris

We testesd it with SR7007 only, but u can try

Сервис поддержки клиентов работает на платформе UserEcho