„main.py“ ändern

This commit is contained in:
Manuel Kamper 2023-04-09 18:29:33 +00:00
parent f66274cd1d
commit dda937611f
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ async def TCSBusWriter(message):
writerActive = False
# Main method for external API (=FHEM)
await def ExternalAPI(action):
async def ExternalAPI(action):
Logger.LogMessage("External API action: " + action)
if (action == "doorbell"):
response = requests.get(configs['fhem_door_ringed'])