fix: pass device name to agent test_device command

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 13:18:47 +03:00
parent 0cce5f566f
commit c410ef8ba4

View File

@@ -291,6 +291,7 @@ const workstationRoutes: FastifyPluginAsync = async (fastify) => {
device: { device: {
id: device.id, id: device.id,
type: device.type, type: device.type,
name: device.name,
connection: device.connection, connection: device.connection,
network_host: device.network_host, network_host: device.network_host,
network_port: device.network_port, network_port: device.network_port,