You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current scripting API w.r.t the ConsumedThing interface does not provide any mean to retrieve a list of available properties, action, events.
Moreover, even when "knowing" the interaction (i.e. property name) there is no possibility to get metadata such as semantic information (e.g., @type, valueType, ...).
Is it in the scope of the Scripting API to provide such information in a fine-grained manner. An alternative would be to provide a mean to report the TD itself (which would mean the TD needs to be parsed&processed again).