Description
Send a message to your mobile phone with the pushbullet API
Options
Name | Required | Multiple Values | Description |
TITLE | |||
BODY | |||
TOKEN | Unique pushbullet user account token | ||
TYPE | Message type |
Example
IF 1 == 1 THEN pushbullet TITLE Doorbell rang BODY Doorbell rang TOKEN abcd123abc TYPE note
Changed in version 8.1.0.
IF 1 == 1 THEN pushbullet TITLE 'Doorbell rang' BODY 'Doorbell rang' TOKEN abcd123abc TYPE note