update docstring
This commit is contained in:
parent
0eae28e183
commit
371e1f3c5e
@ -98,7 +98,11 @@ class AsyncSerialReader(SerialReader):
|
|||||||
|
|
||||||
async def read_as_object(self, queue):
|
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
|
:rtype: None
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user