Test programma toegevoegd
This commit is contained in:
8
lmwsip-test
Executable file
8
lmwsip-test
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
from lmwsip import LmwSip
|
||||
|
||||
lmwsip = LmwSip("USER", "PASS")
|
||||
print(lmwsip.ti())
|
||||
print(lmwsip.value("WN", "HOEK", "H10"))
|
||||
lmwsip.logout()
|
Reference in New Issue
Block a user