Files
KinginfoGateway/src/ThingsGateway.Gateway.ASPNetCore/Locales/en-US.json
Diego 5c63359550 release:6.1.0.20
feat: 添加报警确认api
feat: 添加插件属性自定义ui
2024-09-05 11:45:28 +08:00

27 lines
1.0 KiB
JSON

{
"ThingsGateway.Gateway.Application.ConfigInfoControler": {
"ConfigInfoControler": "Get configuration information",
"GetChannelList": "Get channel information",
"GetCollectDeviceList": "Get device information",
"GetVariableList": "Get variable information"
},
"ThingsGateway.Gateway.Application.ControlControler": {
"ControlControler": "Device control",
"PasueCollectThread": "Control collection thread start/stop",
"PasueBusinessThread": "Control business thread start/stop",
"RestartCollectDeviceThread": "Restart collection thread",
"RestartBusinessDeviceThread": "Restart business thread",
"WriteDeviceMethods": "Write variables"
},
"ThingsGateway.Gateway.Application.RuntimeInfoControler": {
"RuntimeInfoControler": "Get runtime information",
"GetCollectDeviceList": "Get device information",
"GetVariableList": "Get variable information",
"GetRealAlarmList": "Get real-time alarm information",
"CheckRealAlarm": "Confirm real-time alarm"
}
}