diff --git a/etc/doorlockd.cfg b/etc/doorlockd.cfg index fae3b38..e9f775a 100644 --- a/etc/doorlockd.cfg +++ b/etc/doorlockd.cfg @@ -1,10 +1,8 @@ [doorlockd] DEBUG = False -SIMULATE_SERIAL = False SIMULATE_AUTH = False RUN_HOOKS = True -SIMULATE_BACKEND = True SOUNDS = True # LDAP @@ -19,14 +17,20 @@ SOUNDS = True TITLE = Binary Kitchen Doorlock ROOM = Hauptraum WELCOME = Willkommen in der Binary Kitchen +SECRET_KEY = foobar [backend] + BACKEND_TYPE = avr SERIAL_PORT = /dev/ttyAMA0 # Simulation Backend for testing #BACKEND_TYPE = simulation - -SECRET_KEY = foobar +# +# Backend for Nuki Bridge over http api +#BACKEND_TYPE = nuki +#NUKI_ENDPOINT = http://172.23.15.12:8080 +#NUKI_APITOKEN = SECRET +#NUKI_DEVICE = Binary Kitchen Auweg [dooralarm]