Bind widget to properties dynamically
I have THINGs that will be created runtime by the user and these THINGs have some fixed properties and some others that will be created dynamically; the only thing those properties have in common is they are all NUMBER.
Now, I have a gadget with a widget inside (let's say a LED widget) which should be connected by one of those dynamics properties.
I cannot do it by composer since I don't know the properties in advance. My question is:
is there a way to bind properties to a widget by service?
So that I could make a gadget with a dropdown list and the value displaied changes according to what is selected by the list.
Thanks

