{ "Code": "Mqtt", "Name": "Mqtt", "Description": "Mqtt", "Subset": [ { "Name": "Mqtt", "Description": "Mqtt", "Propertie": [ { "DataCate": "text", "Default": null, "Description": "唯一标识符", "PropertyName": "SN", "Value": null, "IsShow": true, "IsMust": false, "Options": null }, { "DataCate": "text", "Default": null, "Description": "IP地址", "PropertyName": "Ip", "Value": null, "IsShow": true, "IsMust": false, "Options": null }, { "DataCate": "text", "Default": null, "Description": "端口", "PropertyName": "Port", "Value": null, "IsShow": true, "IsMust": false, "Options": null }, { "DataCate": "text", "Default": null, "Description": "用户名", "PropertyName": "UserName", "Value": null, "IsShow": true, "IsMust": false, "Options": null }, { "DataCate": "text", "Default": null, "Description": "密码", "PropertyName": "Password", "Value": null, "IsShow": true, "IsMust": false, "Options": null }, { "DataCate": "text", "Default": null, "Description": "客户端ID", "PropertyName": "ClientID", "Value": null, "IsShow": true, "IsMust": false, "Options": null }, { "DataCate": "select", "Default": null, "Description": "QoS等级", "PropertyName": "QualityOfServiceLevel", "Value": null, "IsShow": true, "IsMust": false, "Options": [ { "Key": "AtMostOnce", "Value": 0 }, { "Key": "AtLeastOnce", "Value": 1 }, { "Key": "ExactlyOnce", "Value": 2 } ] }, { "DataCate": "text", "Default": null, "Description": "主题", "PropertyName": "Topic", "Value": null, "IsShow": true, "IsMust": true, "Options": null }, { "DataCate": "text", "Default": null, "Description": "实现类名", "PropertyName": "ServiceName", "Value": "YSAI.Mqtt.client.MqttClientOperate", "IsShow": false, "IsMust": false, "Options": null } ] } ] }