Skip to content

How to configure action states in the Property Inspector #78

Closed Answered by ChekTek
MarcWeustink asked this question in Help
Discussion options

You must be logged in to vote

Unfortunately, the Stream Deck application only officially supports 2 states at this time. Adding better support for more has been added as a ticket for the Stream Deck core team to prioritize.

There is no way to directly get notified when the state changes in the property inspector, however you could use the sendToPropertyInspector event whenever you change the state in your plugin to let the property inspector know that the state has changed. https://docs.elgato.com/sdk/plugins/events-sent#sendtopropertyinspector

You can prevent Stream Deck from cycling states automatically by using the DisableAutomaticStates flag in your manifest.json file. https://docs.elgato.com/sdk/plugins/manifest

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MarcWeustink
Comment options

Answer selected by MarcWeustink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants