Skip to main content
5-Regular Member
May 2, 2016
Question

How can I get the configuration of a VirtualThing?

  • May 2, 2016
  • 1 reply
  • 1404 views

When I bind a Java VirtualThing object to a Thing, is there a straightforward way to get the configuration table of the Thing in Java code?

1 reply

5-Regular Member
May 2, 2016

Are you trying to bind your VirtualThing to a edge thing or else, to a system?

chmaloof5-Regular MemberAuthor
5-Regular Member
May 2, 2016

The problem isn't with binding.  I just don't see a Java method for getting a configuration table in the VirtualThing or ConnectedThingClient classes.  A workaround is to invoke services that return the configuration values, but I wonder if there's a better way.