Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I have a Thing that is based on the EdgeEnhanced Thing Template. I would like to be able to change the configuration property: "Channel override" from a service. I would assume that you could use SetConfigurationTable or SetConfigurationTableRows. However I cannot figure out what the name of the table is. Do configuration tables have default names?
I should mention that the version of Thingworx used here is 4.0. This version did not have the service: GetConfugrationTables. So is there any other way one could use to determine the names of the configuration tables used
Easiest way is to use the REST API do <server>/Things/NameOfThing?Accept=text/xml
Then search for configuration there may be several configuration tables depending on the type of Thing.
Thanks Pai