Files
Migu2.0/SimpleLite/plugins/StandardScene.Devices.scene.json
T
ArtoriasWu 15405ba114 新增 WMS 搬运规则与任务管理
支持搬运规则维护、候选预览、任务生成、预占、下发、取消和完成,并完善仓储管理前端交互。
2026-06-25 11:02:22 +08:00

13 lines
421 B
JSON

{
"id": "scene.device",
"displayName": "设备驱动(门 / 充电桩 / 按钮盒)",
"assembly": "StandardScene.Devices.dll",
"coreVersion": ">=1.0.0",
"requiresCore": "StandardScene.dll",
"provides": {
"doorControllers": [ "ModbusDoorController" ],
"chargeStations": [ "FLChargeStation", "PCBChargeStation", "MuXingChargeStation" ],
"buttonBoxes": [ "LeegButtonBox", "AzowieButtonBox" ]
}
}