States werden von 10.0.1.122 geholt

This commit is contained in:
hubobel 2024-11-23 17:37:36 +01:00
parent 56264a6cd6
commit ed8679d1a4
2 changed files with 14 additions and 5 deletions

6
Test.py Normal file
View 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)