Cleanup and new adeunis

This commit is contained in:
Nico Schottelius 2016-11-27 20:03:44 +01:00
commit d12d5ab0cd
10 changed files with 7 additions and 9 deletions

View file

@ -26,7 +26,7 @@ import sys
log = logging.getLogger("adeunis")
log.setLevel(logging.DEBUG)
known_devices = [ "0018B20000000C58", "0018B20000000C37", "0018B20000000C59", "0018B20000000CD0" ]
known_devices = [ "0018B20000000C58", "0018B20000000C37", "0018B20000000C59", "0018B20000000CD0", "0018B200000001C5" ]
def convert_gps_from_stdin():
for line in sys.stdin:

View file

@ -87,7 +87,6 @@ def pg_wait_for_pkg(conns, callback):
callback(notify.channel, notify.payload)
class DB(object):
def __init__(self, query):
self.query = query