Update devicetree bindings for solid animation
This commit is contained in:
parent
d7d1c0abcf
commit
38a70ea747
1 changed files with 3 additions and 1 deletions
|
@ -15,10 +15,12 @@ properties:
|
||||||
|
|
||||||
duration:
|
duration:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: false
|
||||||
|
default: 5
|
||||||
description: |
|
description: |
|
||||||
Animation duration in seconds.
|
Animation duration in seconds.
|
||||||
This is the time it takes for the animation to complete a full cycle and return to the original color.
|
This is the time it takes for the animation to complete a full cycle and return to the original color.
|
||||||
|
Ignored if only a single color is given.
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
type: array
|
type: array
|
||||||
|
|
Loading…
Add table
Reference in a new issue