I have an app on my phone which has one button: Toggle Light. This app tells my raspberry to toggle the light in my room. This part works. (btw. the app is written in xamarin)
Until yet I always just used the bixby button to open my app and then I have to press the button in the app. But I want to have the bixby button to just send the tcp package.
- Could it be possible to have an "invisible" app which launches but doesnt have an gui?
- I saw that there is a bixby studio in which you can code your own bixby commands but what I saw this also opens an gui.
So how can I have my bixby button to just not show an gui?