Update README.rst

This commit is contained in:
Nigel Dokter 2022-04-20 22:02:35 +02:00 committed by GitHub
parent b825faa719
commit 5c378f3419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,7 @@ Moreover, the telegram passed to `telegram_callback(telegram)` is already parsed
However, if we construct a mock TelegramParser that just returns the already parsed object we can work around this. An example is below: However, if we construct a mock TelegramParser that just returns the already parsed object we can work around this. An example is below:
.. code-block:: python .. code-block:: python
import asyncio import asyncio
import logging import logging
#from dsmr_parser import obis_references #from dsmr_parser import obis_references