HubobelsPython/JSON_ioBroker.py
2022-01-29 15:39:54 +01:00

7 lines
138 B
Python

import requests
url = 'http://10.0.1.122:8087/getPlainValue/javascript.0.Variablen.Benutzer'
resp = requests.get(url)
print(resp.text)