mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 04:53:19 +02:00
Map NEC.
This commit is contained in:
@@ -165,6 +165,8 @@ devutil.manufacturer = function(manufacturer) {
|
||||
return wire.DeviceManufacturer.SAMSUNG
|
||||
case 'ASUS':
|
||||
return wire.DeviceManufacturer.ASUS
|
||||
case 'NEC':
|
||||
return wire.DeviceManufacturer.NEC
|
||||
default:
|
||||
throw new Error(util.format('Unmapped manufacturer "%s"', manufacturer))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user