]> git.basschouten.com Git - openhab-addons.git/commitdiff
[pushbullet] Update README.md with recipient broadcast information (#11057)
authorJeremy <jsetton@users.noreply.github.com>
Mon, 26 Jul 2021 07:28:06 +0000 (03:28 -0400)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 07:28:06 +0000 (09:28 +0200)
Signed-off-by: jsetton <jeremy.setton@gmail.com>
bundles/org.openhab.binding.pushbullet/README.md

index 57799d95930219f50a7675f911b474eca553a3dd..ff2e0261f56b6e5b5eb5090564caa3af7af85be5 100644 (file)
@@ -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:
 
 ```