1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Map PANASONIC.

This commit is contained in:
Simo Kinnunen 2014-01-30 14:47:01 +09:00
parent a54f449987
commit e083855d61

View file

@ -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))
}