Add network type to phone data.

This commit is contained in:
Simo Kinnunen
2014-04-18 17:47:37 +09:00
parent 4bbd1fbe3b
commit 1f607d4521
4 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ module.exports = syrup.serial()
'imei'
, 'phoneNumber'
, 'iccid'
, 'network'
])
}