This commit is contained in:
hubobel 2022-01-29 15:39:54 +01:00
parent dde957e306
commit fba5e7cc00

7
JSON_ioBroker.py Normal file
View file

@ -0,0 +1,7 @@
import requests
url = 'http://10.0.1.122:8087/getPlainValue/javascript.0.Variablen.Benutzer'
resp = requests.get(url)
print(resp.text)