Skip to content

Commit

Permalink
[pushbullet] Update README.md with recipient broadcast information (#…
Browse files Browse the repository at this point in the history
…11057)

Signed-off-by: jsetton <jeremy.setton@gmail.com>
  • Loading branch information
jsetton committed Jul 26, 2021
1 parent 731e5cf commit 95402db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bundles/org.openhab.binding.pushbullet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ Two different actions available:
* `sendPushbulletNote(String recipient, String title, String messsage)`

Since there is a separate rule action instance for each `bot` thing, this needs to be retrieved through `getActions(scope, thingUID)`.
The first parameter always has to be `pushbullet` and the second is the full Thing UID of the bot that should be used.
The first parameter always has to be `pushbullet` and the second is the full Thing UID of the bot that should be used.
Once this action instance is retrieved, you can invoke the action method on it.

The recipient can either be an email address, a channel tag or `null`.
If it is not specified or properly formatted, the note will be broadcast to all of the user account's devices.

Examples:

```
Expand Down

0 comments on commit 95402db

Please sign in to comment.