Add 'dsmr_parser/' from commit 'f9e188812fbaee90974a3cddf201bbb40278fd9a'
git-subtree-dir: dsmr_parser git-subtree-mainline:2f6e219e50git-subtree-split:f9e188812f
This commit is contained in:
8
dsmr_parser/test/experiment_telegram.py
Normal file
8
dsmr_parser/test/experiment_telegram.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dsmr_parser import telegram_specifications
|
||||
from dsmr_parser.objects import Telegram
|
||||
from dsmr_parser.parsers import TelegramParser
|
||||
from example_telegrams import TELEGRAM_V4_2
|
||||
parser = TelegramParser(telegram_specifications.V4)
|
||||
telegram = Telegram(TELEGRAM_V4_2, parser, telegram_specifications.V4)
|
||||
|
||||
print(telegram)
|
||||
Reference in New Issue
Block a user