Yes, you can either program all relevant intent info into a Bangle.js app and let Gadgetbridge handle them on the android side. Or you can do with shorter commands from the Bangle.js app and then set up e.g. Tasker to receive and interpret those commands.
I personally rather go with the first option so it's easily picked up by others that want to use it, but you can probably get away with a lower energy consumption from bluetooth transfers (don't know to what degree) thanks to shorter command strings with the second option.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, you can either program all relevant intent info into a Bangle.js app and let Gadgetbridge handle them on the android side. Or you can do with shorter commands from the Bangle.js app and then set up e.g. Tasker to receive and interpret those commands.
I personally rather go with the first option so it's easily picked up by others that want to use it, but you can probably get away with a lower energy consumption from bluetooth transfers (don't know to what degree) thanks to shorter command strings with the second option.