Skip to content

Commit ae0d060

Browse files
committed
fix: control device
1 parent 2e100a3 commit ae0d060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/services/tool-executor.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ export class ToolExecutorService {
12501250
command,
12511251
endpoint: device.endpoint,
12521252
partnerId: device.partnerId,
1253-
rootUuid: device.rootUuid,
1253+
rootUuid: device.rootUuid ? device.rootUuid : device.uuid,
12541254
protocolCtl: device.protocolCtl,
12551255
};
12561256

0 commit comments

Comments
 (0)