From e083855d618dd49f28bc42374ecd16ac6cfcadbf Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Thu, 30 Jan 2014 14:47:01 +0900 Subject: [PATCH] Map PANASONIC. --- lib/util/devutil.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/util/devutil.js b/lib/util/devutil.js index b897e122..802ed028 100644 --- a/lib/util/devutil.js +++ b/lib/util/devutil.js @@ -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)) }