diff --git a/dsmr_parser/clients/serial_.py b/dsmr_parser/clients/serial_.py index d8bc529..f6e892f 100644 --- a/dsmr_parser/clients/serial_.py +++ b/dsmr_parser/clients/serial_.py @@ -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 """