工程管理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
636 B

{
"channel": [
{
"name": "名称,唯一标识不可重复,不能为中文或特殊符号,长度32字节",
"ip": "设备IP地址,字符串",
"port": "端口号,整形数字,0~65535,一般为502"
},
{
"name": "modbustcp_ch1",
"ip": "192.168.10.123",
"port": 502
},
{
"name": "xxxx",
"ip": "192.168.10.133",
"port": 1502
},
{
"name": "xxxxxx",
"ip": "192.168.10.143",
"port": 2502
}
]
}