Also SAVE the actual values into the DB
This commit is contained in:
parent
60bcacf048
commit
e26e4d49ca
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler):
|
||||||
print("{}:{}".format(deveui, payload))
|
print("{}:{}".format(deveui, payload))
|
||||||
|
|
||||||
# And insert into the db
|
# And insert into the db
|
||||||
self.insert_json("swisscom", post_data)
|
self.insert_json("swisscom", post_data, payload, deveui)
|
||||||
|
|
||||||
# Sendo to dashboard
|
# Sendo to dashboard
|
||||||
# self.to_dashboard(post_data)
|
# self.to_dashboard(post_data)
|
||||||
|
|
Loading…
Reference in a new issue