mirror of
https://github.com/DanielPollithy/bluetooth_drone.git
synced 2025-10-16 11:45:38 +00:00
connection drone <-> website
This commit is contained in:
parent
b5dbab8397
commit
2e4e8ef0ec
@ -30,6 +30,7 @@ def poll_website():
|
|||||||
if booked_station['id'] and booked_station['id'] not in booking_history and \
|
if booked_station['id'] and booked_station['id'] not in booking_history and \
|
||||||
booked_station['station']:
|
booked_station['station']:
|
||||||
print('received a new booking')
|
print('received a new booking')
|
||||||
|
booking_history.append(booked_station['id'])
|
||||||
# ETHEREUM
|
# ETHEREUM
|
||||||
# now end the charging
|
# now end the charging
|
||||||
if not settings.DEMO:
|
if not settings.DEMO:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user