diff --git a/setup.cfg b/setup.cfg index 477ceaf..c204f86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lmwsip -version = 0.9.5 +version = 0.9.6 author = Marcel Nijenhof author_email = pypi@marceln.org description = Interface for the lmw sip protocol diff --git a/src/lmwsip/__init__.py b/src/lmwsip/__init__.py index e6eab4f..9843458 100644 --- a/src/lmwsip/__init__.py +++ b/src/lmwsip/__init__.py @@ -12,7 +12,7 @@ from datetime import datetime, timedelta from dateutil import tz """ Version info changed by git hook """ -__version__ = '0.9.5' +__version__ = '0.9.6' class LmwSip: """Class to connect to the LMW Standard Interface prototcol (sip) @@ -489,7 +489,12 @@ Support for: 'xH60': ('WN', 1, 60), 'xNI60': ('WN', 1, 60), 'xQ60': ('WN', 1, 60), - 'xH60R': ('WN', 1, 60) + 'xH60R': ('WN', 1, 60), + 'QfQStt10': ('WN', 1, 10), + 'QfQTr10': ('WN', 1, 10), + 'QfQSt10': ('WN', 1, 10), + 'QfHYS10': ('WN', 1, 10), + 'QfQSy10': ('WN', 1, 10) } def __init__(self, user=None, password=None,