Add ability to reset chargepoints
This commit is contained in:
parent
7780f247fb
commit
38d3064652
3 changed files with 35 additions and 2 deletions
|
@ -24,7 +24,7 @@ async def call(
|
|||
) -> Coroutine[Any, Any, Any | None]:
|
||||
try:
|
||||
cp = __active_connections[chargepoint_id]
|
||||
return cp.call(payload, suppress, unique_id)
|
||||
return await cp.call(payload, suppress, unique_id)
|
||||
except KeyError as e:
|
||||
raise e
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue