Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
How to attribute assignment?
You have to also enable the newly created thing and restart it, in the following manner:
1. using the EnableThing() Service: Things['CreateThing4'].EnableThing();
2. using the RestartThing() Service: Things['CreateThing4'].RestartThing();