1
0
mirror of https://github.com/janvarev/Irene-Voice-Assistant.git synced 2025-12-05 23:08:23 +02:00

добавлена функция replyWasGiven в web-api. Запускает контекстный таймер при настройке contextRemoteWaitForCall = true. Нужно, если вы пользуетесь клиентом с контекстом - чтобы он устанавливался только после проигрывания WAV-файла.

- добавлена опция дефолтового времени сброса контекста
This commit is contained in:
janvarev
2022-05-12 19:59:14 +03:00
parent a5e09526f4
commit 19571a0e82

View File

@@ -96,7 +96,7 @@ async def replyWasGiven():
if core.contextRemoteWaitForCall:
if core.contextTimer != None:
core.contextTimer.start()
print("run context after webapi call")
#print("debug - run context after webapi call")
def core_update_timers_http(runReq=True):
if not is_running: