t:"notify", id:int, n:"DISMISS,DISMISS_ALL/OPEN/MUTE/REPLY",
if REPLY can use tel:string(optional), msg:string
I don't know though what this triggers, just a message or a phone call.
EDIT: Just tested this: it sends a text message (SMS) to the provided number.
What is already support is accepting/rejecting incoming calls using
It is only a matter of integrating it into GadgetBridge.
I guess the question is, how do we deal with all the different GB widget ideas? I got many ideas myself and I am planning on forking my own GB widget to have it customized for my needs and wishes.
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.
I'm not sure if dialing numbers via GadgetBridge is already supported.
From the documentation https://www.espruino.com/Gadgetbridge it seems there is a notification supported including a telephone number and a message:
I don't know though what this triggers, just a message or a phone call.
EDIT: Just tested this: it sends a text message (SMS) to the provided number.
What is already support is accepting/rejecting incoming calls using
It is only a matter of integrating it into GadgetBridge.
I guess the question is, how do we deal with all the different GB widget ideas? I got many ideas myself and I am planning on forking my own GB widget to have it customized for my needs and wishes.