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