Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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();