-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add europe ccs2 request #283
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can also remove all he files from dist/
that were committed too.
@@ -2,7 +2,6 @@ | |||
node_modules/ | |||
.DS_Store | |||
.rpt2_cache | |||
dist/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert this
rollup.config.js
Outdated
@@ -13,15 +13,15 @@ export default { | |||
{ | |||
format: 'cjs', | |||
name: 'index', | |||
file: 'dist/index.cjs', | |||
file: 'j:/source/ioBroker/SmartHomeEnt/node_modules/bluelinky/dist/index.cjs', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert this
rollup.config.js
Outdated
exports: 'named', | ||
banner: '/* @preserve bluelinky / MIT License / https://github.com/Hacksore/bluelinky */', | ||
}, | ||
{ | ||
format: 'esm', | ||
name: 'index', | ||
exports: 'named', | ||
file: 'dist/index.esm.js', | ||
file: 'j:/source/ioBroker/SmartHomeEnt/node_modules/bluelinky/dist/index.esm.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert this
@@ -165,6 +165,14 @@ export default class EuropeanVehicle extends Vehicle { | |||
|
|||
const fullStatus = cachedResponse.body.resMsg.vehicleStatusInfo; | |||
|
|||
const ccs2Response = this.updateRates( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This means we'd do one request for the old endpoint and another on for CCS2, do we want that?
I'm pretty out of the loop regarding the new API.
No description provided.