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

Hallo.

OnBox - ondersteuning wordt stopgezet. Als je problemen hebt met het werken, kies dan een andere server.

Добрый день.

У вас ошибки в скрипте панельного проекта. Исправленный вариант прикладываем.

TestPanel.irpz

Добрый день.

Изменение тэга можно слушать так:

IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetDevice("iRidium Server"), function(name, value) 
{  
IR.Log(name + ": " + value);
});

Hello.

In the meantime I will give it a go to try and fix the current javascripts to make PTZ work. We just installed the PTZ-camera at the clients location, so now he is getting a little bit impatient to play with his new toy on his control-screen.

Update the i3 pro client. How does PTZ work in ODM? That is, whether you can control the camera rotation or zoom. If it works, can you provide a camera with PTZ for some time for edits, so that you can already navigate by it? Or simply provide access, and we will do everything necessary.

Добрый день.

Сделайте так:

IR.AddListener(IR.EVENT_TAG_CHANGE, driverr, function(name, value)
{
var tempbarbbarb = IR.GetVariable("Server.Tags.Температура Барбекю барбекю");
if ((name == "Температура текущая климат барб") && (value <= 10) && (tempbarbbarb == 0))
{
IR.SendPush("Температура в барбекю меньше 10 градусов!", "info", 1);
IR.GetServer().Set("Температура Барбекю барбекю", 1);
}
if ((name == "Температура текущая климат барб") && (value > 10) && (tempbarbbarb == 1))
{
IR.GetServer().Set("Температура Барбекю барбекю", 0);
}
});

Пуш уйдёт при соблюдении одновременно 3 условий:

1) Изменился тэг в driverr (пришло значение, отличное от предыдущего).

2) В тэге "Температура текущая климат барб" будет 10 или меньше.

3) В тэге "Server.Tags.Температура Барбекю барбекю" будет 0.

Hello.

function GetFirstEventData(eventList, email)
{
for (var key in eventList)
{
IR.Log(eventList[key]) // Here will be what comes from MS Echange.
}
}

device.GetCalendar({
FirstDate: "2018-09-16T07:00:00Z", // Enter the actual date in your calendar.
LastDate: "2019-12-20T07:00:00Z", // Enter the actual date in your calendar.
Email: "support@mydomain.ekb", // Enter your email address for which there is a calendar.
Callback: GetFirstEventData});

Hello.

Make sure that you are using the latest version of i3 pro. If the driver is in the server project, then the server version must be up-to-date. If the projects are panel-based, then the i3 pro client must be up-to-date on all panels.

Добрый день.

Если вы имеете в виду модуль для Dune, то посмотрите тут.

You can determine the current position by the EVENT_LIST_SCROLL event. However, the result will only be when you press, release, and move the list.



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