Skip to content

Commit

Permalink
increase delay
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Nov 24, 2023
1 parent 4d2becc commit f562295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ class Bmw extends utils.Adapter {
descriptions: this.description,
});

await this.sleep(5000);
this.updateChargingSessionv2(vehicle.vin);
await this.sleep(11000);
await this.updateChargingSessionv2(vehicle.vin);
}
})
.catch((error) => {
Expand Down

0 comments on commit f562295

Please sign in to comment.