| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "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
- }
- ]
- }
- ]
- }
|