Skip to content

Commit

Permalink
Merge pull request #1555 from LKuemmel/fix
Browse files Browse the repository at this point in the history
improve text
  • Loading branch information
LKuemmel authored Apr 16, 2024
2 parents 091efaf + bf5e761 commit d051792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/common/modbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, bits: int, decoding_method: str):
Number = Union[int, float]

NO_CONNECTION = ("Modbus-Client konnte keine Verbindung zu {}:{} aufbauen. Bitte "
"Einstellungen wie IP-Adresse, Ladepunkt-Typ, .. und Hardware-Anschluss prüfen.")
"Einstellungen, IP-Adresse und Port sowie Netzwerk-Anschluss prüfen.")
NO_VALUES = ("TCP-Client {}:{} konnte keinen Wert abfragen. Falls vorhanden, parallele Verbindungen, zB. node red,"
"beenden und bei anhaltender Fehlermeldung Zähler neu starten.")

Expand Down

0 comments on commit d051792

Please sign in to comment.