From d2621ca86cce4c488afb4c1e4fa14c98a406c3df Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Tue, 6 Jan 2026 08:51:36 +0700 Subject: [PATCH] Update line_connection.ts --- BACKEND/app/services/line_connection.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index 1839939..75e17fe 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -1317,6 +1317,13 @@ export default class LineConnection { repeat: '1', note: '', }, + { + expect: '#', + send: ``, + delay: '1', + repeat: '1', + note: '', + }, { expect: '#', send: `configure terminal`,