mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add display information to device identity.
This commit is contained in:
@@ -99,6 +99,17 @@ module.exports = function(wire) {
|
||||
, identity.version
|
||||
, identity.abi
|
||||
, identity.sdk
|
||||
, new wire.DeviceDisplayMessage(
|
||||
identity.display.id
|
||||
, identity.display.width
|
||||
, identity.display.height
|
||||
, identity.display.orientation
|
||||
, identity.display.xdpi
|
||||
, identity.display.ydpi
|
||||
, identity.display.fps
|
||||
, identity.display.density
|
||||
, identity.display.secure
|
||||
)
|
||||
)
|
||||
|
||||
return wireutil.envelope(wire.MessageType.DEVICE_IDENTITY, message)
|
||||
|
||||
Reference in New Issue
Block a user