How to obtain supported object types dynamically?
In ProgressI want to integrate supported objec type id variants with integrated system, while the Nx Plugin is getting started.
I know we can set supported type id in Device Agent Manifest as follows.
"supportedTypes":
[
{
"objectTypeId": "nx.base.Car",
"attributes":
[
"Vendor",
"Number",
"Color"
]
}
]
I want to set supported objec type id list dynamically after build, if possible.
Please tell me if that is possible. If possible, please tell me how to implement that.
Thank you in advance.
Please sign in to leave a comment.
Comments
2 comments