Create n things, remote things and bind properties by code
Is it possible (and, if so, how) to create things and remote things by code?
I have thing template "SimulationTemplate" which has 3 properties: Prop1, Prop2, Prop3
I want 25 things called "Simulation-TH_1"... "Simulation-TH_25" and 25 remote things "Simulation-RT_1"..."Simulation-RT_25" and I want the properties to be bind.
How can I do this by code instead of doing it one by one?

