mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Add operator to device data.
This commit is contained in:
@@ -62,6 +62,7 @@ module.exports.saveDeviceIdentity = function(serial, identity) {
|
||||
return db.run(r.table('devices').get(serial).update({
|
||||
platform: identity.platform
|
||||
, manufacturer: identity.manufacturer
|
||||
, operator: identity.operator
|
||||
, model: identity.model
|
||||
, version: identity.version
|
||||
, abi: identity.abi
|
||||
|
||||
Reference in New Issue
Block a user