mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-24 05:48:20 +00:00
fast registry load minor fix on skill & registry stripe ros2 schema desc add create-device-skill new registry system backwards to yaml remove not exist resource new registry sys exp. support with add device add ai conventions correct raise create resource error ret info fix revert ret info fix fix prcxi check add create_resource schema re signal host ready event add websocket connection timeout and improve reconnection logic add open_timeout parameter to websocket connection add TimeoutError and InvalidStatus exception handling implement exponential backoff for reconnection attempts simplify reconnection logic flow add gzip change pose extra to any add isFlapY
192 lines
4.8 KiB
YAML
192 lines
4.8 KiB
YAML
Qone_nmr:
|
||
category:
|
||
- Qone_nmr
|
||
class:
|
||
action_value_mappings:
|
||
abort:
|
||
feedback: {}
|
||
goal: {}
|
||
goal_default: {}
|
||
handles: {}
|
||
result: {}
|
||
schema:
|
||
description: ''
|
||
properties:
|
||
feedback:
|
||
additionalProperties: true
|
||
title: EmptyIn_Feedback
|
||
type: object
|
||
goal:
|
||
additionalProperties: true
|
||
title: EmptyIn_Goal
|
||
type: object
|
||
result:
|
||
additionalProperties: false
|
||
properties:
|
||
return_info:
|
||
type: string
|
||
title: EmptyIn_Result
|
||
type: object
|
||
required:
|
||
- goal
|
||
title: EmptyIn
|
||
type: object
|
||
type: EmptyIn
|
||
auto-monitor_folder_for_new_content:
|
||
feedback: {}
|
||
goal: {}
|
||
goal_default:
|
||
check_interval: 60
|
||
expected_count: 1
|
||
monitor_dir: null
|
||
stability_checks: 3
|
||
handles: {}
|
||
placeholder_keys: {}
|
||
result: {}
|
||
schema:
|
||
description: ''
|
||
properties:
|
||
feedback: {}
|
||
goal:
|
||
properties:
|
||
check_interval:
|
||
default: 60
|
||
type: string
|
||
expected_count:
|
||
default: 1
|
||
type: string
|
||
monitor_dir:
|
||
type: string
|
||
stability_checks:
|
||
default: 3
|
||
type: string
|
||
required: []
|
||
type: object
|
||
result: {}
|
||
required:
|
||
- goal
|
||
title: monitor_folder_for_new_content参数
|
||
type: object
|
||
type: UniLabJsonCommand
|
||
auto-strings_to_txt:
|
||
feedback: {}
|
||
goal: {}
|
||
goal_default:
|
||
output_dir: null
|
||
string_list: null
|
||
txt_encoding: utf-8
|
||
handles: {}
|
||
placeholder_keys: {}
|
||
result: {}
|
||
schema:
|
||
description: ''
|
||
properties:
|
||
feedback: {}
|
||
goal:
|
||
properties:
|
||
output_dir:
|
||
type: string
|
||
string_list:
|
||
type: string
|
||
txt_encoding:
|
||
default: utf-8
|
||
type: string
|
||
required:
|
||
- string_list
|
||
type: object
|
||
result: {}
|
||
required:
|
||
- goal
|
||
title: strings_to_txt参数
|
||
type: object
|
||
type: UniLabJsonCommand
|
||
get_status:
|
||
feedback: {}
|
||
goal: {}
|
||
goal_default: {}
|
||
handles: {}
|
||
result: {}
|
||
schema:
|
||
description: ''
|
||
properties:
|
||
feedback:
|
||
additionalProperties: true
|
||
title: EmptyIn_Feedback
|
||
type: object
|
||
goal:
|
||
additionalProperties: true
|
||
title: EmptyIn_Goal
|
||
type: object
|
||
result:
|
||
additionalProperties: false
|
||
properties:
|
||
return_info:
|
||
type: string
|
||
title: EmptyIn_Result
|
||
type: object
|
||
required:
|
||
- goal
|
||
title: EmptyIn
|
||
type: object
|
||
type: EmptyIn
|
||
start:
|
||
feedback: {}
|
||
goal:
|
||
string: string
|
||
goal_default:
|
||
string: ''
|
||
handles: {}
|
||
placeholder_keys: {}
|
||
result:
|
||
return_info: return_info
|
||
success: success
|
||
schema:
|
||
description: ''
|
||
properties:
|
||
feedback:
|
||
additionalProperties: true
|
||
title: StrSingleInput_Feedback
|
||
type: object
|
||
goal:
|
||
additionalProperties: false
|
||
properties:
|
||
string:
|
||
type: string
|
||
title: StrSingleInput_Goal
|
||
type: object
|
||
result:
|
||
additionalProperties: false
|
||
properties:
|
||
return_info:
|
||
type: string
|
||
success:
|
||
type: boolean
|
||
title: StrSingleInput_Result
|
||
type: object
|
||
required:
|
||
- goal
|
||
title: StrSingleInput
|
||
type: object
|
||
type: StrSingleInput
|
||
module: unilabos.devices.Qone_nmr.Qone_nmr:Qone_nmr
|
||
status_types:
|
||
status: str
|
||
type: python
|
||
config_info: []
|
||
description: Oxford NMR设备驱动,支持CSV字符串到TXT文件的批量转换功能,并监测对应.nmr文件的大小变化以确认结果生成完成
|
||
handles: []
|
||
icon: ''
|
||
init_param_schema:
|
||
config:
|
||
properties: {}
|
||
required: []
|
||
type: object
|
||
data:
|
||
properties:
|
||
status:
|
||
type: string
|
||
required:
|
||
- status
|
||
type: object
|
||
version: 1.0.0
|