Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into bitnimble/add-aus…
Browse files Browse the repository at this point in the history
…tralia-support
  • Loading branch information
bitnimble committed Feb 13, 2024
2 parents f7fc425 + a5223a9 commit c8487d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Ensure you have a `config.json` that matches the structure of the following, wit
"password": "password",
"pin": "pin",
"brand": "kia" or "hyundai",
"vin": "vin"
"vin": "vin",
"useInfo": false
}
```
Run an install for all the dependencies, `npm install`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluelinky",
"version": "8.1.1",
"version": "8.2.1",
"description": "An unofficial nodejs API wrapper for Hyundai bluelink",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
6 changes: 3 additions & 3 deletions src/constants/europe.cfb.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Auto generated file on 2023-04-08T12:47:06.784Z
// Auto generated file on 2023-07-29T14:42:19.802Z
// run `npm run eu:export:cfb` to update it

export const kiaCFB = Buffer.from('wLTVxwidmH8CfJYBWSnHD85blPya6TjKbuHgL2FCr+Kh8gx+uckCyT5W7h4Ngbn3Ods=', 'base64');
export const hyundaiCFB = Buffer.from('RFtoRq/vDXJmRndoZaZQyfOot7OrIqGVFj96iY2WL3yyH5Z/pUvlUhqmCxD2t+D6n6Y=', 'base64');
export const kiaCFB = Buffer.from('wLTVxwidmH8CfJYBWSnHD6E0huk0ozdiuygB4hLkM5XCgzAL1Dk5sE36d/bx5PFMQeU=', 'base64');
export const hyundaiCFB = Buffer.from('RFtoRq/vDXJmRndoZaZQyfOot7OrIqGVFj96iY2WL3yyH5Z/pUvlUhqmCxD2t+D65SQ=', 'base64');

0 comments on commit c8487d1

Please sign in to comment.