5e / streamdeck-hwinfo-plugin

HWiNFO Reader - A Stream Deck plugin to show HWiNFO sensors without using the time limited 'Shared Memory Support' feature. Only 91KB 🌟
19 stars 0 forks source link

switch profile on button press (feature request) #9

Closed bredita closed 4 months ago

bredita commented 4 months ago

I have a button displaying cpu load.

I would like to be able to select a profile that will be opened when I press a button.

This would enable me to do things like:

Is this something you'd want and is it possible to do?

5e commented 4 months ago

I'll look into it

5e commented 4 months ago

Unfortunately the Stream Deck SDK does not allow me to change pages or change profiles

bredita commented 4 months ago

Thanks for checking.

Seems like its only possible to use switchToProfile to switch back to the previously used profile (which could be useful, but is not exactly what I want), or to a predefined profile in the manifest (which doesn't make much sense, since you have no idea what profiles I have defined on my streamdeck).