Open CraftLogan opened 2 months ago
Is there any way currently to trigger stream deck button? Is this possible?
Something like deck.clickButton(1)
deck.clickButton(1)
You can just call the callback method manually (which you need anyways to listen to the events).
Is there any way currently to trigger stream deck button? Is this possible?
Something like
deck.clickButton(1)