init commit
This commit is contained in:
17
assets/files/protocols/hmi/socket.set_params.json
Normal file
17
assets/files/protocols/hmi/socket.set_params.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user