Require 'x'/'y' properties for LED/RGB Matrix layout (#24997)
This commit is contained in:
parent
30daeaf09f
commit
21c1fd5e5b
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue