updated readme and changelog for upcoming breaking API changes; skip pylama check for unused imports in clients module;

This commit is contained in:
Nigel Dokter
2017-01-11 17:40:25 +01:00
parent 9b488e74f8
commit f3d8311ac2
5 changed files with 15 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ Using the serial reader to connect to your smart meter and parse it's telegrams:
from dsmr_parser import telegram_specifications
from dsmr_parser import obis_references
from dsmr_parser.serial import SerialReader, SERIAL_SETTINGS_V4
from dsmr_parser.clients import SerialReader, SERIAL_SETTINGS_V4
serial_reader = SerialReader(
device='/dev/ttyUSB0',