Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I am new to ThingWorx and want to get some practical flavour of implementing services on this example.
I have such data model:
Thing: Car(Infotable) has Sensor(Infotable)
I want to have service of CarTemplate that will return all implemented Cars and instead of Sensor's Object it will return Sensor's 'name' property.
What I have now:
"Car1Name" | SensorObject
What I want:
"Car1Name" | "Accelerator1Name"
Please, help me to make it happens.
I asked this question also at stackoverflow: https://stackoverflow.com/questions/36721805/thingworx-customize-getimplementingthings-service