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

Add support for Screen size (in inches).

This commit is contained in:
Gunther Brunner 2014-09-12 19:32:04 +09:00
parent 6c09a53d55
commit a4a46fc48b

View file

@ -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(