Rename simSerial to iccid.

This commit is contained in:
Simo Kinnunen
2014-04-16 11:23:20 +09:00
parent 35cd19dc28
commit 4299ed3aa0
4 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ module.exports = syrup.serial()
return input.getProperties([
'imei'
, 'phoneNumber'
, 'simSerial'
, 'iccid'
])
}