Replies: 1 comment
-
Changing pages is only possible if the profile is distributed with your plugin. You can learn how to build a profile for your pllugin here: https://docs.elgato.com/streamdeck/sdk/guides/profiles Once you are in your own profile. you can change to pages using the switchToProfile(device, profileName, Page) function. Finally to set a period of time you can use setTimeout(). However be careful with it, as long as you need to handle the cancelation of the timeout when necessary, otherwise it will run the callback. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of creating a multi-page profile for my stream deck neo. Is there a way to have the neo automatically return to the 1st page after a given period of time, say 30 seconds?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions