Finding Parent / Child using the maker API

I'm experimenting with Tasmota and it has a parent device and a child device but when I export the settings using the Maker API there is no information about the parent/child relationship. But information is split between parent and child settings. How can I match up parents and children using the API?

Someone correct me if I'm wrong, but I don't think there is a way--you just get them as separate devices, so if you want the commands/attributes from a child device, you'll need to choose that device. Basically, the same way they work in any other app.

Yes, that's how it works. I'm requesting additional information in the Maker API to provide the relationship info.