From c410ef8ba42a03884ef5d3c13840ff6232301819 Mon Sep 17 00:00:00 2001 From: HotelSync Date: Fri, 27 Mar 2026 13:18:47 +0300 Subject: [PATCH] fix: pass device name to agent test_device command Co-Authored-By: Claude Sonnet 4.6 --- backend/src/routes/workstations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/routes/workstations.ts b/backend/src/routes/workstations.ts index 5cfe31b..83730e9 100644 --- a/backend/src/routes/workstations.ts +++ b/backend/src/routes/workstations.ts @@ -291,6 +291,7 @@ const workstationRoutes: FastifyPluginAsync = async (fastify) => { device: { id: device.id, type: device.type, + name: device.name, connection: device.connection, network_host: device.network_host, network_port: device.network_port,