This commit is contained in:
nguyentrungthat 2025-11-06 10:51:56 +07:00
parent db1ce8987d
commit 8739522915
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ export class WebSocketIo {
const username = station.switch_control_username as string const username = station.switch_control_username as string
const password = station.switch_control_password as string const password = station.switch_control_password as string
if (!ip || !port || !username || !password) throw new Error(`Missing Switch configuration`) if (!ip || !port || !password) throw new Error(`Missing Switch configuration`)
// Tạo APC Controller instance // Tạo APC Controller instance
const infoSwitch = new SwitchController({ const infoSwitch = new SwitchController({