fix(ocpp-server): add asyncio compatible timer implementation and use it
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 27 Jun 2024 19:06:34 +0000 (21:06 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 27 Jun 2024 19:06:34 +0000 (21:06 +0200)
commitcbfbfbc11f32acd3da4ae64aaa558b506d0de131
tree6d4a2a0bc9cd3731289fc764b160dd899cde4868
parent4de4645dcdfbd3512247c7272888def66f71d30d
fix(ocpp-server): add asyncio compatible timer implementation and use it

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
tests/ocpp-server/server.py
tests/ocpp-server/timer.py [new file with mode: 0644]