abcminiuser / python-elgato-streamdeck

Python library to control the Elgato Stream Deck.
Other
919 stars 137 forks source link

Is there a way to trigger/click a stream deck button programattically? #149

Open CraftLogan opened 2 months ago

CraftLogan commented 2 months ago

Is there any way currently to trigger stream deck button? Is this possible?

Something like deck.clickButton(1)

Core447 commented 2 months ago

You can just call the callback method manually (which you need anyways to listen to the events).