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

Hello.

The total number of tags includes:

1. Feedback channels (you have 3)

2. Virtual tags (you don't have them)

3. Driver tokens

Hello.
In iRidium Studio 2019, to combine projects, you need to grab the tab header of one project and drag it to the tab header of another at the top of the screen

Hello

Do I understand correctly that you are using gestures to navigate? If yes, then try using EVENT_ITEM_PRESS and EVENT_ITEM_LOST_FOCUS, inside which you can turn gestures on and off. Accordingly, 2 listeners for each level.

https://dev.iridi.com/GUI_API/en#IR.EVENT_ITEM_PRESS

https://dev.iridi.com/GUI_API/en#IR.EVENT_ITEM_LOST_FOCUS

https://dev.iridi.com/Gestures_API/en

Hello

You can use the Level Min Angle / Level Max Angle properties - the limits of the slider's rotation angle in degrees: allowable values are from 0 to 360, the beginning and conditional direction of the angle reading are like clock hands.

Hello

You can see the connected camera here:

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

Текущее состояние можно узнать с помощью метода IR.UpdateEnable

Статус Cloud Gate можно выяснить с помощью свойства драйвера iRidium Server

IR.Log(IR.GetDevice("iRidium Server").GateConnection); //0 - прямое подключение, 1 - через гейт

К сожалению, метода для инициализации (проверки) обновления и загрузки проекта нет

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

Вы можете использовать этот скриптовый метод для включения автообновления:

IR.SetStatusAutoUpdateProjects(true/false);

Hello

- How can i change/select radio? On explorer popup not show it (explorer show only playlist and favorite folder)
- How can i select track on library? On explorer popup now show it (explorer show only playlist and favorite folder)


In the current version, this is the only way, you can add radio stations and songs to the list of favorites and then you can include them from Explorer

- How can i show/interact (clear, delete a track, add a track, ecc...) with current playlist?

In the latest release, we added the ability to display the current playlist from the js version, but so far only you can choose to play it or clear it completely

- How can i group Sonos for manage as one?

Grouping is available so far only through the official application

- How can i show Current Radio Image?

Try using feedback Container image

In this driver, we have implemented all the available features open in the official API, from all this we have added only the current playlist from the old driver

Hello

You have implemented your task correctly. If you do not want to use scripts, then besides Trigger Buttons, you can also use Multistate Level with the same states, except for the one that corresponds to the value you need. Your solution with a trigger is better and easier to implement



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