Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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.