1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Add display information to device identity.

This commit is contained in:
Simo Kinnunen 2014-01-30 16:53:49 +09:00
parent c45c081c6f
commit 1616840818
4 changed files with 52 additions and 0 deletions

View file

@ -52,5 +52,6 @@ module.exports.saveDeviceIdentity = function(serial, identity) {
, version: identity.version
, abi: identity.abi
, sdk: identity.sdk
, display: identity.display
}))
}