neu
This commit is contained in:
parent
dde957e306
commit
fba5e7cc00
1 changed files with 7 additions and 0 deletions
7
JSON_ioBroker.py
Normal file
7
JSON_ioBroker.py
Normal 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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue