This commit is contained in:
7marcus9 2022-07-11 21:37:50 +02:00
parent eb198d7b0e
commit 1cb2339270
3 changed files with 81 additions and 0 deletions

6
config.py.example Normal file
View file

@ -0,0 +1,6 @@
mqttBroker = "127.0.0.1"
mqttPort = 1883
mqttUser = ""
mqttPass = ""
deviceId = "lock_leitstelle"
deviceName = "Tür Leitstelle"