{ "dev": [ { "name": "名称,唯一标识不可重复,不能为中文或特殊符号,长度32字节", "ch": "所在通道名称,特指ModbusRtu通道的名称,字符串", "point": "使用点表名称,特指Modbus点表的名称,字符串", "addr": "站地址,字符串,0 ~ 255" }, { "name": "xxxx1", "ch": "modbustcp_ch1", "point": "pcs", "addr": "1" }, { "name": "xxxx2", "ch": "modbustcp_ch1", "point": "pcs", "addr": "2" }, { "name": "xxxx3", "ch": "xxxx", "point": "bms", "addr": "1" }, { "name": "xxxx4", "ch": "xxxxxx", "point": "tms", "addr": "1" } ] }