1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",