You are reading a single comment by @Raik and its replies. Click here to read the full conversation.
  • 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:

    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.

About

Avatar for Raik @Raik started