Get IMEI Using SDK

Can I retrieve the IMEI from the modem using the SDK? If so, how?

Figured it out on my own. Just had to dig into the API. So for those who come looking later…
hologram = HologramCloud(credentials, network=‘cellular’)
device_imei = hologram.network.modem.imei

Lots of other great info here on the modem…
dir(hologram.network.modem)

Thanks anyway. I find it is always best to find solutions yourself as you learn allot along the way.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.