Solved
Update Thing's inherited property value through service
- March 19, 2021
- 1 reply
- 1903 views
Hi, I have few properties (inherited from my Thing template) in my Thing.
I want to update my Thing's inherited property through service.
I tried :
Things[thing].test = "Test Value"; //tried to update value of my test property
result =Things[thing].test; // to check i printed it as result,
This method is not working for me ...

