mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Store device display URL.
This commit is contained in:
parent
f1c4e68ef7
commit
a2750d3013
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@ module.exports = function(wire) {
|
|||
, identity.display.fps
|
||||
, identity.display.density
|
||||
, identity.display.secure
|
||||
, identity.display.url
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
@ -106,6 +106,7 @@ message DeviceDisplayMessage {
|
|||
required double fps = 7;
|
||||
required double density = 8;
|
||||
required bool secure = 9;
|
||||
required string url = 10;
|
||||
}
|
||||
|
||||
message DeviceIdentityMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue