匹配init param schema格式

This commit is contained in:
Xuwznln
2025-06-30 12:29:30 +08:00
parent f2753fc69a
commit e7521972e4
22 changed files with 2261 additions and 2609 deletions

View File

@@ -43,18 +43,17 @@ zhida_hplc:
handles: []
result: {}
schema:
description: UniLabJsonCommand abort 的参数schema
description: abort的参数schema
properties:
feedback: {}
goal:
description: UniLabJsonCommand abort 的参数schema
properties: {}
required: []
type: object
result: {}
required:
- goal
title: abort 命令参数
title: abort参数
type: object
type: UniLabJsonCommand
auto-close:
@@ -64,18 +63,17 @@ zhida_hplc:
handles: []
result: {}
schema:
description: UniLabJsonCommand close 的参数schema
description: close的参数schema
properties:
feedback: {}
goal:
description: UniLabJsonCommand close 的参数schema
properties: {}
required: []
type: object
result: {}
required:
- goal
title: close 命令参数
title: close参数
type: object
type: UniLabJsonCommand
auto-connect:
@@ -85,18 +83,17 @@ zhida_hplc:
handles: []
result: {}
schema:
description: UniLabJsonCommand connect 的参数schema
description: connect的参数schema
properties:
feedback: {}
goal:
description: UniLabJsonCommand connect 的参数schema
properties: {}
required: []
type: object
result: {}
required:
- goal
title: connect 命令参数
title: connect参数
type: object
type: UniLabJsonCommand
auto-start:
@@ -107,14 +104,12 @@ zhida_hplc:
handles: []
result: {}
schema:
description: UniLabJsonCommand start 的参数schema
description: start的参数schema
properties:
feedback: {}
goal:
description: UniLabJsonCommand start 的参数schema
properties:
text:
description: '参数: text'
type: string
required:
- text
@@ -122,7 +117,7 @@ zhida_hplc:
result: {}
required:
- goal
title: start 命令参数
title: start参数
type: object
type: UniLabJsonCommand
get_methods:
@@ -212,28 +207,26 @@ zhida_hplc:
handles: []
icon: ''
init_param_schema:
description: UniLabJsonCommand __init__ 的参数schema
properties:
feedback: {}
goal:
description: UniLabJsonCommand __init__ 的参数schema
properties:
host:
default: 192.168.1.47
description: '参数: host'
type: string
port:
default: 5792
description: '参数: port'
type: integer
timeout:
default: 10.0
description: '参数: timeout'
type: number
required: []
type: object
result: {}
required:
- goal
title: __init__ 命令参数
type: object
config:
properties:
host:
default: 192.168.1.47
type: string
port:
default: 5792
type: string
timeout:
default: 10.0
type: string
required: []
type: object
data:
properties:
methods:
type: object
status:
type: object
required:
- status
- methods
type: object