Constructor
# new DecodeWMI(userConfigopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
userConfig |
FetchConfig |
<optional> |
User configuration options to construct the class with. |
Methods
# async DecodeWMI(WMI) → {Promise.<DecodeWMIResults>}
This provides information on the World Manufacturer Identifier for a specific WMI code.
WMI
may be put in as either 3 characters representing VIN position 1-3 or 6 characters representing VIN positions 1-3 & 12-14. Example "JTD", "1T9131".
Parameters:
Name | Type | Description |
---|---|---|
WMI |
string | World Manufacturer Identifier. |
Api Response object.
Promise.<DecodeWMIResults>