Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I am looking for a way to create and upload custom Snippet with a custom group and associated Snipped. Any idea how to do that ?
regards
Richard
Richard,
Snippets are currently not extensible. However, you can develop your own Script Function Libraries (e.g., LocationFunctions) to achieve similar (if not, preferable) functionality. I say Script Function Libraries are preferable because they will reduce the amount of code in your Services unlike snippets. Of course, you'll need to make your functions as generic as possible since you won't be able to edit any of the code.
If you're interested, the "ThingWorx Extensibility" section of the Help Center has documentation on developing extensions and widgets.