Skip to main content
1-Visitor
January 26, 2016
Question

question concerning SetConfigurationTable

  • January 26, 2016
  • 3 replies
  • 1756 views

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?

    3 replies

    kyetzer1-VisitorAuthor
    1-Visitor
    January 26, 2016

    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

    22-Sapphire I
    January 26, 2016

    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.

    kyetzer1-VisitorAuthor
    1-Visitor
    January 26, 2016

    Thanks Pai