Add IMSI to device details.

This commit is contained in:
Simo Kinnunen
2017-01-13 13:52:11 +09:00
parent a4334c56b8
commit 5839867619
9 changed files with 19 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ module.exports.generate = function(wantedModel) {
, phone: {
iccid: '1234567890123456789'
, imei: '123456789012345'
, imsi: '123456789012345'
, network: 'LTE'
, phoneNumber: '0000000000'
}