On event send switchToProfile, Smart Profile stop working #117
-
Hi, I'm experiencing the exact same problem as described here: https://github.com/orgs/elgatosf/discussions/5 My predefined profile for plugin works fine, with smart profile switching, until I use event sent switchToProfile to go to another page. It switch to another page fine, but after it smart profiles stop working. Help ... My setup: My code: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @kekeljevic I just tested this out on Stream Deck version We are actively working on something we are calling "Full Canvas Control" which will allow for a single action to take over a full Stream Deck canvas. This may make it easier to manage these types of situations in the future. |
Beta Was this translation helpful? Give feedback.
-
In case someone encounters a similar issue, I calls switchToPage with an empty payload whenever the connection to the application is closed. Thank You so much for pointing me in the right direction. |
Beta Was this translation helpful? Give feedback.
Hi @kekeljevic
I just tested this out on Stream Deck version
6.6.0 (20583)
and it appears to be working as expected. When a plugin callsswitchToProfile
with a predefined profile, it will prioritize this profile over any smart profiles. If you want to re-enable smart profiles, the plugin can callswitchToProfile
without a profile parameter and Stream Deck will return to the profile that it was previously on, and now smart profiles will take priority again.We are actively working on something we are calling "Full Canvas Control" which will allow for a single action to take over a full Stream Deck canvas. This may make it easier to manage these types of situations in the future.