diff --git a/JSON_ioBroker.py b/JSON_ioBroker.py new file mode 100644 index 0000000..281b40c --- /dev/null +++ b/JSON_ioBroker.py @@ -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) +