How to obtain supported object types dynamically?
PlannedI 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.
0
-
Hi,
You could use the pustManifest() method to fulfill your objective.
0 -
Hi Andrey,
Thank you, I give it a try with that function.
0
Please sign in to leave a comment.
Comments
2 comments