Update sensor metric display name max length to 30
This commit is contained in:
parent
f50f9a7208
commit
229df15cec
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"description": "The human-friendly name of this sensor.",
|
"description": "The human-friendly name of this sensor.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 3,
|
"minLength": 3,
|
||||||
"maxLength": 24
|
"maxLength": 30
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"description": "A unique string used to look up this sensor's definition, and its parent component's definition.",
|
"description": "A unique string used to look up this sensor's definition, and its parent component's definition.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue