Files
softbus_OPC/config/edge.json

10 lines
183 B
JSON
Raw Normal View History

2026-06-11 19:00:49 +08:00
{
"edge": {
"deviceId": "EdgeDevice_01",
"daemonHost": "127.0.0.1",
"daemonPort": 9000,
"heartbeatPeriodMs": 1000,
"pointTable": "config/point_table.json"
}
}