Skip to content

Commit

Permalink
Merge pull request #1153 from eeff/eeff/dev
Browse files Browse the repository at this point in the history
chore: update mqtt schema
  • Loading branch information
fengzeroz authored Mar 31, 2023
2 parents ed33c91 + cecb5f5 commit 9a5acae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/mqtt/mqtt.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"qos": {
"name": "QoS level",
"name_zh": "消息服务质量",
"name": "QoS Level",
"name_zh": "QoS 等级",
"description": "MQTT QoS level for message delivery",
"description_zh": "MQTT消息传输使用的服务质量等级",
"type": "int",
Expand Down Expand Up @@ -176,9 +176,9 @@
}
},
"keypass": {
"name": "Keypass",
"name": "Client Private Key Password",
"name_zh": "私钥密码",
"description": "Private key password",
"description": "Client private key password",
"description_zh": "私钥密码",
"attribute": "optional",
"type": "string",
Expand Down

0 comments on commit 9a5acae

Please sign in to comment.