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: {
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user