How to configure action states in the Property Inspector #78
-
Hi, in the manifest.json one can define multiple states for a certain action (as a test I defined 8 states). Some questions arise:
Thanks Marc |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 You can prevent Stream Deck from cycling states automatically by using the |
Beta Was this translation helpful? Give feedback.
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#sendtopropertyinspectorYou can prevent Stream Deck from cycling states automatically by using the
DisableAutomaticStates
flag in yourmanifest.json
file. https://docs.elgato.com/sdk/plugins/manifest