Update python docstrins
This commit is contained in:
@@ -835,7 +835,7 @@ Returns:
|
||||
data: Values to be writen (e.g. 33/10;35/10).
|
||||
|
||||
Example:
|
||||
lmw.cmd("WNT", "HOEK", "H10", "+00:20", "13-08-2018", "16:00", "33/10;35/10")
|
||||
lmw.cmdWrite("WNT", "HOEK", "H10", "+00:20", "13-08-2018", "16:00", "33/10;35/10")
|
||||
|
||||
Returns:
|
||||
The LMW answer string
|
||||
@@ -862,7 +862,7 @@ Parameters:
|
||||
The default returns the last value string including quality.
|
||||
|
||||
Example:
|
||||
lmw.data_string("WN", "HOEK", "H10")
|
||||
lmw.valueStr("WN", "HOEK", "H10")
|
||||
|
||||
Returns a single string value with quality
|
||||
"""
|
||||
@@ -889,7 +889,7 @@ Parameters:
|
||||
The default returns the last value.
|
||||
|
||||
Example:
|
||||
lmw.data_string("WN", "HOEK", "H10")
|
||||
lmw.value("WN", "HOEK", "H10")
|
||||
|
||||
Returns a single string value or None
|
||||
"""
|
||||
@@ -958,7 +958,7 @@ The times should have correct timezone information. Otherwise local timezone
|
||||
is assumed. Timezones are converted to 'GMT+1' for the sip commands.
|
||||
|
||||
Example:
|
||||
lmw.data_string("WN", "HOEK", "H10", ...)
|
||||
lmw.timeSerie("WN", "HOEK", "H10", ...)
|
||||
|
||||
Returns a LmwtimeSerie object
|
||||
|
||||
|
Reference in New Issue
Block a user