Require 'x'/'y' properties for LED/RGB Matrix layout (#24997)

This commit is contained in:
Joel Challis
2025-03-09 23:40:59 +00:00
committed by GitHub
parent 30daeaf09f
commit 21c1fd5e5b

View File

@@ -554,6 +554,7 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["x", "y"],
"properties": {
"matrix": {
"type": "array",
@@ -640,6 +641,7 @@
"items": {
"type": "object",
"additionalProperties": false,
"required": ["x", "y"],
"properties": {
"matrix": {
"type": "array",