Skip to content

Commit a96a29b

Browse files
authored
fix typo (#2714)
1 parent c3e270b commit a96a29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/control/chargepoint/chargepoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _is_manual_lock_inactive(self) -> Tuple[bool, Optional[str]]:
164164
if ((self.data.get.rfid is not None and fnmatch(self.data.get.rfid, tag_id)) or
165165
(self.data.get.vehicle_id is not None and fnmatch(self.data.get.vehicle_id, tag_id)) or
166166
(self.data.set.rfid is not None and fnmatch(self.data.set.rfid, tag_id))):
167-
Pub().pub(f"openWB/svet/chargepoint/{self.num}/set/manual_lock", False)
167+
Pub().pub(f"openWB/set/chargepoint/{self.num}/set/manual_lock", False)
168168
# Wenn der Ladepunkt nach dem Abstecken gesperrt werden soll, und kein Fahrzeug angeschlossen ist wird gesperrt
169169
if self.template.data.disable_after_unplug and self.data.get.plug_state is False:
170170
Pub().pub(f"openWB/set/chargepoint/{self.num}/set/manual_lock", True)

0 commit comments

Comments
 (0)