Set Description Field of the Thing property through a service dynamically for each thing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Set Description Field of the Thing property through a service dynamically for each thing
Hello,
I have a ThingTemplate with 2 properties Suct_Press and Suct_Temp and there respective description is Suction Pressure and Suction Temperature.
I have created 2 things from the above template and for 1 thing i have to make suct_press and suct_temp property description to abc pressure and abc temperature.
For one more thing i have to modify the description to efg pressure and efg temperature.
So in short i have to override the description of the properties at the thing level keeping the default at the template level.
Thanks
- Labels:
-
Best Practices
-
Coding
-
Solution Central
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
TWX doesn't have any services which let you change a thing's property description. You can, however use SetDescription to change the thing's description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @sbt.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others on the community.
Regards.
--Sharon
