Update sensor metric display name max length to 30

This commit is contained in:
Tyeth Gundry 2025-07-07 21:25:57 +01:00
parent f50f9a7208
commit 229df15cec

View file

@ -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.",