Obtaining temperature reading based on UUID, Major & Minor

Hello,

I’m writing an iOS app in Swift which matches beacon data from DB with iBeacons to provide the user with approximate distance from the beacons and show them the temperature at the beacon. All has been working fine until I tried obtaining temperature data. I’ve tried working with sample telemetry code found on Git and it’s perfect for obtaining the temperature of random beacons. However I cannot seem to find the part of telemetry packet which specifies specific iBeacon UUID/Major/Minor data to match the temperature reading with.

Any help will be appreciated.
Thanks