-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support more than one IMEI in device object (#1225)
#### Related Issue: Fixes #1211 #### Description of changes: According to the [Wikipedia article for IMEI](https://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity): > Dual SIM enabled phones will have two IMEI numbers. This change deprecates the existing `imei` attribute in the `device` object in favour of a new `imei_list` array object. This accommodates additional IMEI values available in common dual-SIM and possible multi-SIM mobile devices. ![Screenshot 2024-10-31 at 10 06 17 AM](https://github.com/user-attachments/assets/1a8c70bd-67f9-469d-80fa-9f659f6591c5) --------- Signed-off-by: Anthony Chan <[email protected]> Co-authored-by: Rajas <[email protected]> Co-authored-by: Jonathan Rau <[email protected]>
- Loading branch information
1 parent
f365204
commit befe972
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters