varia
This commit is contained in:
parent
6602000cb7
commit
05be5f18d1
3 changed files with 5 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ myobj = {'somekey': 'somevalue'}
|
|||
|
||||
def ttn2prom_send(path, data):
|
||||
url = 'http://localhost:8047/'
|
||||
print("Sending {} to {}".format(data, url))
|
||||
x = requests.post(url, data = data)
|
||||
|
||||
channels = [ "loriot", "swisscom", "ttn" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue