13 lines
421 B
JSON
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" ]
|
|
}
|
|
}
|