Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
Working on ThingWorx Extension with given sample code. But there was an issue. I can able the to update the City property, but Temperature property is not been updating.
Code Link.
can any one suggest. how to update it ?
Thanks & Regard
Rajkumar
Solved! Go to Solution.
Have you been able to debug the extension you created? That is a mandatory step, that you should do, to really go step by step through your Java code and, in your case, to understand what exactly comes from the external webservice,
Another way to look at this: have you verified that the value you set as temperature really has a value (eg: maybe it's zero)?
Have you been able to debug the extension you created? That is a mandatory step, that you should do, to really go step by step through your Java code and, in your case, to understand what exactly comes from the external webservice,
Another way to look at this: have you verified that the value you set as temperature really has a value (eg: maybe it's zero)?
Hi @VladimirRosu,
your solution worked for me well. Thanks for that.
when I'm Reinstalling the build file i.e. extension.zip file into Thingworx. It is failing to override the jar file. can you suggest me that how to override the jar file.