Files
StandardSence/StandardScene.Devices/StandardScene.Devices.scene.json
T

13 lines
421 B
JSON
Raw Normal View History

2026-06-14 11:19:15 +08:00
{
"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" ]
}
}