AIO/assets/files/protocols/hmi/socket.set_params.json
2025-03-27 19:05:02 +08:00

18 lines
411 B
JSON

{
"id": "xxxxxxxxxxx",
"module": "network",
"command": "socket.set_params",
"data": {
"enable": true,
"ip": "",
"name": "c1",
"port": "8080",
"suffix": "\r",
"type": 1,
"reconnect_flag": false,
"auto_connect": true,
"disconnection_triggering_behavior": 0,
"disconnection_detection_time": 10
},
"p_type": 0
}