Notification sound/silent/vibrate/no vibrate

I searched in ideas about notifications, I saw some sugestions but my suggestion is different, would be very nice if I could use like:

Blynk.notify("Connected");              // Normal notification (sound and vibrate)
Blynk.notify("Connected",0,1); // No sound, Vibrate
Blynk.notify("Connected",1,0); // Sound and not vibrate
Blynk.notify("Connected",0,0); // No sound and no vibrate

To send notifications to my cellphone in silent mode or without vribating my cellphone… I use a notification which tells me if the temperature is near the 20ºC, I really don’t need to hear that… I just want the notifiction push one time in my screen.

1 Like

same :smile:

Thanks, fixed.

1 Like