My search has come up empty on this question.
How can I call a method on the parent app, from a device that the app has created?
The command is literally
parent.method
where method is the parent application method.
To call a child method, the command is
child.method
Here, you must first define child using getChildDevice(deviceNetworkId).
4 Likes