update docstring

This commit is contained in:
Rob Calon 2022-12-27 17:36:10 +01:00 committed by GitHub
parent 0eae28e183
commit 371e1f3c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,11 @@ class AsyncSerialReader(SerialReader):
async def read_as_object(self, queue):
"""
Read complete DSMR telegram's from the serial interface and return a Telegram object.
Read complete DSMR telegram's from the serial interface
and return a Telegram object.
Instead of being a generator, Telegram objects are pushed
to provided queue for asynchronous processing.
:rtype: None
"""