Dynamically changing the Configuration property of a Thing
Can someone advise me if there is a way to change the configuration property of a thing dynamically (through a service).
My requirement is as follows :
I have a thing (Thing_1) that inherits TimerThing Template and in the Configuration tab, there is an 'Update Rate' set as 60000ms by default. Now, I need to change this configuration property dynamically from a service of another thing (Thing_2) based on the input provided to that service.
Is there any in-built service that I can use to update the configuration property dynamically ?

