How to determine device after pairing

Hi,

if pairing via Bluetooth API, how can you determine the type of device that has been paired (e.g. Lock or Opener)? From what I see in the API documentation, the Service UUIDs are identical, and I couldn’t find anything else that identifies the device type.

I think the uuid in the API isn’t correct, I guess someone copy&pasted it over from the lock API.

This is the uuid specified in the API:

a92ee100-5501-11e4-916c-0800200c9a66 (same as lock)

However, I can see this uuid popping up once I put the opener into pairing mode:

a92ae100-5501-11e4-916c-0800200c9a66

The difference is the fourth digit, “a” instead of “e”. I suppose all Opener UUIDs start with “a92ae” ?