Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)

This commit is contained in:
Ryan
2022-09-26 10:04:21 +10:00
committed by GitHub
parent 5c2b598c42
commit 675d91b813
3 changed files with 27 additions and 10 deletions

View File

@@ -264,6 +264,12 @@
"led_matrix": {
"type": "object",
"properties": {
"animations": {
"type": "object",
"additionalProperties": {
"type": "boolean"
}
},
"driver": {"type": "string"},
"center_point": {
"type": "array",
@@ -308,6 +314,12 @@
"rgb_matrix": {
"type": "object",
"properties": {
"animations": {
"type": "object",
"additionalProperties": {
"type": "boolean"
}
},
"driver": {"type": "string"},
"center_point": {
"type": "array",