R/pushover_sounds.R

#' @noRd
#' @title Sounds for push notifications
#' @description `pushover_sounds` is a list of sound names supported by Pushover
#' @format `pushover_sounds` is an object of class character of length 22 (i.e.,
#' a list of strings)
pushover_sounds <- c(
  "bike", "bugle", "cashregister", "classical", "cosmic",
  "falling", "gamelan", "incoming", "intermission", "magic",
  "mechanical", "pianobar", "siren", "spacealarm",
  "tugboat", "alien", "climb", "persistent", "echo",
  "updown", "vibrate", "none"
)

Try the pushoverr package in your browser

Any scripts or data that you put into this service are public.

pushoverr documentation built on Nov. 16, 2021, 9:17 a.m.