Commit cd02f8b0 authored by 李纪文's avatar 李纪文

feat: mqtt订阅增加账户信息

parent 14175b3e
...@@ -15,6 +15,8 @@ group: ...@@ -15,6 +15,8 @@ group:
| 参数 | 说明 | 类型 | 默认值 | | 参数 | 说明 | 类型 | 默认值 |
| ----------- | ------------------- | ----------------------------- | ------------ | | ----------- | ------------------- | ----------------------------- | ------------ |
| userName | Mqtt 连接 账户 | string | admin |
| password | Mqtt 连接 密码 | string | public |
| mqttIP | Mqtt 连接 IP 和端口 | string | - | | mqttIP | Mqtt 连接 IP 和端口 | string | - |
| mqttPath | Mqtt 连接路径 | string | /mqtt | | mqttPath | Mqtt 连接路径 | string | /mqtt |
| mqttSsl | 是否加密 | bool | false | | mqttSsl | 是否加密 | bool | false |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment