From fba5e7cc00e2c3d45c213d4f3aad77d2cfbb263e Mon Sep 17 00:00:00 2001 From: hubobel Date: Sat, 29 Jan 2022 15:39:54 +0100 Subject: [PATCH] neu --- JSON_ioBroker.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 JSON_ioBroker.py 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) +