mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Add support for Screen size (in inches).
This commit is contained in:
@@ -19,6 +19,10 @@ datautil.applyData = function(device) {
|
||||
device.image = match.image
|
||||
device.cpu = match.cpu
|
||||
device.memory = match.memory
|
||||
if (match.display && match.display.s) {
|
||||
device.display = device.display || {}
|
||||
device.display.inches = match.display.s
|
||||
}
|
||||
}
|
||||
else {
|
||||
log.warn(
|
||||
|
||||
Reference in New Issue
Block a user