0
Under review

How to get feedback/command address using JS?

Tanapol E. 4 years ago updated by Vladimir Ovchinnikov (expert) 4 years ago 1

Hi,

I know that I can get feedback value by using tag name

IR.GetVariable("Drivers.KNX_MAIN.Date")

But how to get feedback/command KNX address using JS?

Image 36000

+1
Under review

Hello.

The properties of the feedback can not be accessed from JS. You can only get the native driver's feedback by a string or a number:

var val = IR.GetDevice("KNX_MAIN").GetFeedback("Date");