Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`ChargePoint.call()` raises a `asyncio.TimeoutError` if a call isn't answered withing a given time. However, the `asyncio.TimeoutError` is missing context. The lack of context makes interpreting this exception hard than it should be. This commit add that context. Fixes: #200
- Loading branch information