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