mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
* 修复嵌套节点,mq发送任务id出错的问题 修正一处注册表命名错误 * 修复本地看板Action显示不全 修复本地子设备没有机器名称的bug * 补全vacuum_pump.mock注册信息
31 lines
678 B
YAML
31 lines
678 B
YAML
vacuum_pump.mock:
|
|
description: Mock vacuum pump
|
|
class:
|
|
module: unilabos.devices.pump_and_valve.vacuum_pump_mock:VacuumPumpMock
|
|
type: python
|
|
status_types:
|
|
status: String
|
|
action_value_mappings:
|
|
open:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
close:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
set_status:
|
|
type: StrSingleInput
|
|
goal:
|
|
string: string
|
|
feedback: {}
|
|
result: {}
|
|
|
|
gas_source.mock:
|
|
description: Mock gas source
|
|
class:
|
|
module: unilabos.devices.pump_and_valve.vacuum_pump_mock:VacuumPumpMock
|
|
type: python
|