Limits for Echo Button Skills
Important: The Gadgets Skill API is in beta and is subject to change at any time without notice. We welcome your feedback.
This topic lists limits related to Echo Button skills.
Receiving Echo Button Input
Each StartInputHandler directive has the following limits.
| Description | Limit |
|---|---|
| Number of events that you can define | 32 |
| Duration of Input Handler | 90,000 ms (90 seconds) |
| Number of raw button events reported for an Input Handler event | 2,048 |
| Number of recognizers that you can define | 2,048 |
For more information, see Receive Echo Button Events and Define Echo Button Events.
Controlling Echo Buttons
Each SetLight directive has the following limits.
| Description | Limit |
|---|---|
| Number of steps in an animation sequence | 38 |
| Number of times that an animation sequence can repeat | 255 |
| Duration of time that an animation step can render | 65,535 ms |
For more information, see Control Echo Buttons.