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:
parent
c45c081c6f
commit
1616840818
4 changed files with 52 additions and 0 deletions
|
@ -52,5 +52,6 @@ module.exports.saveDeviceIdentity = function(serial, identity) {
|
|||
, version: identity.version
|
||||
, abi: identity.abi
|
||||
, sdk: identity.sdk
|
||||
, display: identity.display
|
||||
}))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue