List movies
list_moviesRetrieve all saved animations on a Twinkly device, including id, name, frames, and fps, plus the currently active movie, so you can choose which to play.
Instructions
List the movies (saved animations) uploaded to a Twinkly device — id, name, frames, fps — and which movie is current. Use set_movie with an id to play one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Name of the target device (see list_devices). Omit to use the default device. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| movies | Yes | ||
| currentMovieId | Yes |