aktueller Stand
This commit is contained in:
parent
d5457380f7
commit
9775f8991d
22 changed files with 692 additions and 216 deletions
9
Pulsecounter.py
Normal file
9
Pulsecounter.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import requests
|
||||
|
||||
url = 'http://10.0.1.103/?json:'
|
||||
response = requests.get(url)
|
||||
data_response = response.json()
|
||||
a=[1,2,3,4,5,6]
|
||||
for i in a:
|
||||
print(data_response['vars'][i]['value'], data_response['vars'][i]['unit'])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue