Подсказали в соседней теме
getDevice(“Virtual-device_n2”).controlsList().forEach(function(ctrl) {
log(ctrl.getId(), " → ", ctrl.getTitle());
DevCh[CountCh][0] = ctrl.getId();
DevCh[CountCh][1] = ctrl.getTitle();
CountCh++;
});
Подсказали в соседней теме
getDevice(“Virtual-device_n2”).controlsList().forEach(function(ctrl) {
log(ctrl.getId(), " → ", ctrl.getTitle());
DevCh[CountCh][0] = ctrl.getId();
DevCh[CountCh][1] = ctrl.getTitle();
CountCh++;
});