Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have Tractor things (Tractor_General_Template => Wheat_Tractor_template or Rice_tractor_template).
I have Mashup with GetImplementingThingsWithData from Tractor_General_Template.
I have question : How i can set fuel properties for selection tractor?
Solved! Go to Solution.
You'll have to use another service to set the properties (either use one of the existing services or write your own using the snippets). You'll then bind/feed the data to the service and execute it to update the properties.
You'll have to use another service to set the properties (either use one of the existing services or write your own using the snippets). You'll then bind/feed the data to the service and execute it to update the properties.
Thank you! I created new thing for scripts "ScriptThing" and execute service from his. Its ok?
Just following up to see if the issue has been resolved.
You'll have to use another service to set the properties (either use one of the existing services or write your own using the snippets). You'll then bind/feed the data to the service and execute it to update the properties.