From af04830dfb6fdc53b65ec3a023ec93ce7d185fdd Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sat, 21 Sep 2024 10:53:23 +0200 Subject: [PATCH] Update python docstrins --- src/lmwsip/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lmwsip/__init__.py b/src/lmwsip/__init__.py index 55de6de..f3be2de 100644 --- a/src/lmwsip/__init__.py +++ b/src/lmwsip/__init__.py @@ -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