Skip to content

Commit

Permalink
set charge_point_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jun 28, 2024
1 parent 720b403 commit 49dd290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chargeamps/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def process_message(self, message: str):
case 6:
assert len(parameters) == 3
self.charge_point_id = parameters[1]
for settings in self.connector_settings:
settings.charge_point_id = self.charge_point_id
self.last_updated = parameters[2]
case 7:
assert len(parameters) == 4
Expand Down

0 comments on commit 49dd290

Please sign in to comment.