Device in a variable?

I want to try using the ‘Find My’ app for Geo location instead of Homey’s built in support.

Sometimes I might leave the house without my apple device like the phone, watch, air pods so I want to use ‘Find My’ to get the distance of each device from homey and save the furthest one way into a variable. Then use that variable to periodically get the distance of that device to homey.

Is this indirection a built-in homey capability or should I ask the ‘Find My’ app author if it can be done?

Signal strength should be added manually by the developer

thanks for your reply. so you suggest the app dev support signal strength. so I would somehow give it an array of devices and it uses the device with the strongest signal to do the Find My? or does it return an ID of the device that has the strongest signal in which case I need to use that ID in subsequent Find My api calls?