Mqtt.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "Code": "Mqtt",
  3. "Name": "Mqtt",
  4. "Description": "Mqtt",
  5. "Subset": [
  6. {
  7. "Name": "Mqtt",
  8. "Description": "Mqtt",
  9. "Propertie": [
  10. {
  11. "DataCate": "text",
  12. "Default": null,
  13. "Description": "唯一标识符",
  14. "PropertyName": "SN",
  15. "Value": null,
  16. "IsShow": true,
  17. "IsMust": false,
  18. "Options": null
  19. },
  20. {
  21. "DataCate": "text",
  22. "Default": null,
  23. "Description": "IP地址",
  24. "PropertyName": "Ip",
  25. "Value": null,
  26. "IsShow": true,
  27. "IsMust": false,
  28. "Options": null
  29. },
  30. {
  31. "DataCate": "text",
  32. "Default": null,
  33. "Description": "端口",
  34. "PropertyName": "Port",
  35. "Value": null,
  36. "IsShow": true,
  37. "IsMust": false,
  38. "Options": null
  39. },
  40. {
  41. "DataCate": "text",
  42. "Default": null,
  43. "Description": "用户名",
  44. "PropertyName": "UserName",
  45. "Value": null,
  46. "IsShow": true,
  47. "IsMust": false,
  48. "Options": null
  49. },
  50. {
  51. "DataCate": "text",
  52. "Default": null,
  53. "Description": "密码",
  54. "PropertyName": "Password",
  55. "Value": null,
  56. "IsShow": true,
  57. "IsMust": false,
  58. "Options": null
  59. },
  60. {
  61. "DataCate": "text",
  62. "Default": null,
  63. "Description": "客户端ID",
  64. "PropertyName": "ClientID",
  65. "Value": null,
  66. "IsShow": true,
  67. "IsMust": false,
  68. "Options": null
  69. },
  70. {
  71. "DataCate": "select",
  72. "Default": null,
  73. "Description": "QoS等级",
  74. "PropertyName": "QualityOfServiceLevel",
  75. "Value": null,
  76. "IsShow": true,
  77. "IsMust": false,
  78. "Options": [
  79. {
  80. "Key": "AtMostOnce",
  81. "Value": 0
  82. },
  83. {
  84. "Key": "AtLeastOnce",
  85. "Value": 1
  86. },
  87. {
  88. "Key": "ExactlyOnce",
  89. "Value": 2
  90. }
  91. ]
  92. },
  93. {
  94. "DataCate": "text",
  95. "Default": null,
  96. "Description": "主题",
  97. "PropertyName": "Topic",
  98. "Value": null,
  99. "IsShow": true,
  100. "IsMust": true,
  101. "Options": null
  102. },
  103. {
  104. "DataCate": "text",
  105. "Default": null,
  106. "Description": "实现类名",
  107. "PropertyName": "ServiceName",
  108. "Value": "YSAI.Mqtt.client.MqttClientOperate",
  109. "IsShow": false,
  110. "IsMust": false,
  111. "Options": null
  112. }
  113. ]
  114. }
  115. ]
  116. }