mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 00:03:28 +02:00
Added CPU information.
Added Memory information.
This commit is contained in:
@@ -39,6 +39,8 @@ datautil.applyData = function(device) {
|
||||
device.name = match.name.id
|
||||
device.releasedAt = match.date
|
||||
device.image = model + '.jpg'
|
||||
device.cpu = match.cpu
|
||||
device.memory = match.memory
|
||||
}
|
||||
else {
|
||||
log.warn(
|
||||
@@ -48,7 +50,7 @@ datautil.applyData = function(device) {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return device
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user