SSPC-Tester/Docs/Modbus接口规范/appsettings.Modbus.example.json

12 lines
238 B
JSON
Raw Permalink Normal View History

{
"Modbus": {
"Enabled": true,
"PortName": "",
"DeviceProfilePath": "Config/device-profile.json",
"PollIntervalMs": 1000,
"AutoConnect": false,
"CloseAllRelaysOnDisconnect": false,
"LogRawFrames": true
}
}