A Node-RED node to send pins and optional nofifitcations to the Timeline on a Pebble smartwatch.
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-pebble
Uses msg.time to set the time for the pin (required).
Optionally uses msg.payload to set the title, if not already set in the properties.
Optionally uses msg.duration to set the duration.
Optionally uses msg.body to set the body text of the pin
Optionally set msg.notify to true to get a notification when the pin is created
The Pebble User Token is stored in a separate credentials file.
You can use the Timeline Token app to get a token.