Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Jul 6, 2023
1 parent c4448e5 commit 7a806b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/control/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def process_algorithm_results(self) -> None:
else:
Pub().pub(
f"openWB/set/chargepoint/{cp.num}/get/state_str",
"Ladung freigeschaltet... (bei Problemen: Prüfe bitte zuerst in den Einstellungen"
"Ladevorgang wurde gestartet... (bei Problemen: Prüfe bitte zuerst in den Einstellungen"
" 'Ladeeinstellungen' und 'Konfiguration'.)")
modules_threads.append(self._start_charging(cp))
except Exception:
Expand Down

0 comments on commit 7a806b5

Please sign in to comment.