mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Map PANASONIC.
This commit is contained in:
parent
a54f449987
commit
e083855d61
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ devutil.manufacturer = function(manufacturer) {
|
||||||
return wire.DeviceManufacturer.ASUS
|
return wire.DeviceManufacturer.ASUS
|
||||||
case 'NEC':
|
case 'NEC':
|
||||||
return wire.DeviceManufacturer.NEC
|
return wire.DeviceManufacturer.NEC
|
||||||
|
case 'PANASONIC':
|
||||||
|
return wire.DeviceManufacturer.PANASONIC
|
||||||
default:
|
default:
|
||||||
throw new Error(util.format('Unmapped manufacturer "%s"', manufacturer))
|
throw new Error(util.format('Unmapped manufacturer "%s"', manufacturer))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue