fix: pass device name to agent test_device command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user