Extra parameters aan lijst toegevoegd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-02 10:47:47 +01:00
parent 22bb4e6bd3
commit b32bce956f
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[metadata] [metadata]
name = lmwsip name = lmwsip
version = 0.9.5 version = 0.9.6
author = Marcel Nijenhof author = Marcel Nijenhof
author_email = pypi@marceln.org author_email = pypi@marceln.org
description = Interface for the lmw sip protocol description = Interface for the lmw sip protocol

View File

@@ -12,7 +12,7 @@ from datetime import datetime, timedelta
from dateutil import tz from dateutil import tz
""" Version info changed by git hook """ """ Version info changed by git hook """
__version__ = '0.9.5' __version__ = '0.9.6'
class LmwSip: class LmwSip:
"""Class to connect to the LMW Standard Interface prototcol (sip) """Class to connect to the LMW Standard Interface prototcol (sip)
@@ -489,7 +489,12 @@ Support for:
'xH60': ('WN', 1, 60), 'xH60': ('WN', 1, 60),
'xNI60': ('WN', 1, 60), 'xNI60': ('WN', 1, 60),
'xQ60': ('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, def __init__(self, user=None, password=None,