mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Flag "readOnly": true some fields (#6016)
This commit is contained in:
parent
3918b33e2d
commit
f1c29c9bfc
@ -287,7 +287,8 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"minimum": 0,
|
"minimum": 0,
|
||||||
"title": "Soft reset timeout (deprecated)",
|
"title": "Soft reset timeout (deprecated)",
|
||||||
"description": "Soft reset ZNP after timeout"
|
"description": "Soft reset ZNP after timeout",
|
||||||
|
"readOnly": true
|
||||||
},
|
},
|
||||||
"network_key": {
|
"network_key": {
|
||||||
"oneOf": [{
|
"oneOf": [{
|
||||||
@ -473,7 +474,8 @@
|
|||||||
"friendly_name": {
|
"friendly_name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Friendly name",
|
"title": "Friendly name",
|
||||||
"description": "Used in the MQTT topic of a device. By default this is the device ID"
|
"description": "Used in the MQTT topic of a device. By default this is the device ID",
|
||||||
|
"readOnly": true
|
||||||
},
|
},
|
||||||
"retain": {
|
"retain": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
Loading…
Reference in New Issue
Block a user