{ "name":"mqtt转发", "code":"Trans2Mqtt", "model":"plugins/Trans2Mqtt.dll", "type":"ModuleType::Transfer", "settings":[ { "name":"host", "text":"主机", "dataType":"string", "readonly":false, "inputType":"text" }, { "name":"port", "text":"端口", "dataType":"int", "readonly":false, "inputType":"text" }, { "name":"usr", "text":"用户名", "dataType":"string", "readonly":false, "inputType":"text" }, { "name":"passwd", "text":"密码", "dataType":"string", "readonly":false, "inputType":"text" } ], "inputs": [ { "name": "inputsitems", "text": "输入数据项", "inputType": "table", "fields": [ { "name": "id", "text": "序号", "dataType": "string", "inputType": "text" }, { "name": "step", "text": "源步骤", "dataType": "string", "inputType": "text" }, { "name": "dataitem", "text": "数据项", "dataType": "string", "inputType": "text" }, { "name": "code", "text": "数据标识", "dataType": "string", "inputType": "text" }, { "name": "unit", "text": "数据单位", "dataType": "string", "inputType": "text" }, { "name": "discription", "text": "变量名", "dataType": "string", "inputType": "text" } ], "props": { "allowAdd": "true" } } ], "args":[ { "name":"x", "value":100 }, { "name":"y", "value":200 } ], "outputs":[ ] }