mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add sim serial to collected device properties.
This commit is contained in:
@@ -9,7 +9,11 @@ module.exports = syrup.serial()
|
||||
|
||||
function fetch() {
|
||||
log.info('Fetching phone info')
|
||||
return input.getProperties(['imei', 'phoneNumber'])
|
||||
return input.getProperties([
|
||||
'imei'
|
||||
, 'phoneNumber'
|
||||
, 'simSerial'
|
||||
])
|
||||
}
|
||||
|
||||
return fetch()
|
||||
|
||||
Reference in New Issue
Block a user