Extra parameters aan lijst toegevoegd
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user