This function invokes the pushes functionality of
the Pushbullet API; see https://docs.pushbullet.com/v2/pushes for more
details.When a note is pushed, the recipient receives the
title and body of the note. If a link is pushed, the recipient's web
browser is opened at the given URL. If an address is
pushed, the recipient's web browser is opened in map mode at the
given address.
If recipients argument is missing, the post is pushed to
all devices in accordance with the API definition. If
recipients is text vector, it matched against the device
names (from either the config file or a corresponding
option). Lastly, if recipients is a numeric vector, the
post is pushed the corresponding elements in the devices vector.
In other words, the default of value of no specified recipients results
in sending to all devices. If you want a particular subset of
devices you have to specify it name or index. A default device can be set
in the configuration file, or as a global option. If none is set, zero
is used as a code to imply all devices.
The earlier argument deviceind
is now deprecated and will
be removed in a later release.