summaryrefslogtreecommitdiffstats
path: root/aglbaseservice.py
diff options
context:
space:
mode:
authorEdi Feschiyan <edi.feschiyan@konsulko.com>2020-03-09 17:57:09 +0200
committerEdi Feschiyan <edi.feschiyan@konsulko.com>2020-03-09 17:57:09 +0200
commitba673345466a365adb107a32dc4143390d4032eb (patch)
tree783e6e32b4e1e946199445664d9ac50f04d57320 /aglbaseservice.py
parent5ef7f0b592e609775352ad41c3fd656b10f86d24 (diff)
Began work for bluetooth binding
Diffstat (limited to 'aglbaseservice.py')
-rw-r--r--aglbaseservice.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/aglbaseservice.py b/aglbaseservice.py
index 3c5f907..f97402b 100644
--- a/aglbaseservice.py
+++ b/aglbaseservice.py
@@ -10,11 +10,11 @@ from os import environ
from argparse import ArgumentParser
-IPADDR = '127.0.0.1'
-PORT = '30000'
-TOKEN = 'HELLO'
-UUID = 'magic'
-URL = f'ws://{IPADDR}:{PORT}/api?token={TOKEN}&uuid={UUID}'
+# IPADDR = '127.0.0.1'
+# PORT = '30000'
+# TOKEN = 'HELLO'
+# UUID = 'magic'
+# URL = f'ws://{IPADDR}:{PORT}/api?token={TOKEN}&uuid={UUID}'
class AFBT(IntEnum):
REQUEST = 2,