States werden von 10.0.1.122 geholt
This commit is contained in:
parent
56264a6cd6
commit
ed8679d1a4
2 changed files with 14 additions and 5 deletions
6
Test.py
Normal file
6
Test.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import requests
|
||||
|
||||
url = 'http://10.0.1.122:8087/getPlainValue/javascript.0.Variablen.Konto'
|
||||
|
||||
resp = requests.get(url)
|
||||
print(resp.text)
|
||||
Loading…
Add table
Add a link
Reference in a new issue