Skip to content

Commit

Permalink
Merge pull request #78 from davbauer/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
davbauer authored Mar 28, 2024
2 parents 6ce3909 + 22f2f27 commit a78910c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/loop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default async function (): Promise<void> {
if (config.Mode === 'force_off') {
if (LiveData.data.Charger.Status === CAR_CHARGING) {
infoLog('Car is charging -> forcing off!');
await ChargerService.setChargeStart();
await ChargerService.setChargeStop();
}
WebSocketManager.sendEventLiveData();
return;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chargecontroller",
"version": "1.0.13",
"version": "1.0.13.1",
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0",
Expand Down

0 comments on commit a78910c

Please sign in to comment.