Compare commits
2 Commits
0.9.7
...
ef778c3e0a
Author | SHA1 | Date | |
---|---|---|---|
ef778c3e0a | |||
49eb1522b6 |
@@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = lmwsip
|
name = lmwsip
|
||||||
version = 0.9.7
|
version = 0.9.8
|
||||||
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
|
||||||
|
@@ -842,7 +842,7 @@ Returns:
|
|||||||
"""
|
"""
|
||||||
cmdstr=process + " " + self.meetnet + "," + location + "," + \
|
cmdstr=process + " " + self.meetnet + "," + location + "," + \
|
||||||
parameter + "," + time_delta + "," + day + "," + \
|
parameter + "," + time_delta + "," + day + "," + \
|
||||||
time_of_day + values + "\r"
|
time_of_day + "," + values + "\r"
|
||||||
d = self.sendrecv(cmdstr)
|
d = self.sendrecv(cmdstr)
|
||||||
if (d[0] != '!'):
|
if (d[0] != '!'):
|
||||||
raise LmwCmdWarn(cmdstr, d)
|
raise LmwCmdWarn(cmdstr, d)
|
||||||
|
Reference in New Issue
Block a user