Added examples for MQTT protocol version (#6303)

This commit is contained in:
Timoline 2021-02-15 19:36:17 +01:00 committed by GitHub
parent 8d3edf1dd5
commit 0b66e84295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,8 @@
"title": "Version", "title": "Version",
"requiresRestart": true, "requiresRestart": true,
"description": "MQTT protocol version", "description": "MQTT protocol version",
"default": 4 "default": 4,
"examples": [4, 5]
}, },
"force_disable_retain": { "force_disable_retain": {
"type": "boolean", "type": "boolean",