Code adapted to the new interface of stf-device-db.

This commit is contained in:
Valverde Antonio
2014-06-13 11:36:43 +09:00
committed by Simo Kinnunen
parent f741136aed
commit 760e09290f
5 changed files with 11 additions and 5 deletions

View File

@@ -197,6 +197,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
, sdk: identity.sdk
, display: identity.display
, phone: identity.phone
, name: identity.name
}))
}