node-red-contrib-pebble

A Node-RED node to send pins to the Pebble Timeline

Usage no npm install needed!

<script type="module">
  import nodeRedContribPebble from 'https://cdn.skypack.dev/node-red-contrib-pebble';
</script>

README

node-red-contrib-pebble

A Node-RED node to send pins and optional nofifitcations to the Timeline on a Pebble smartwatch.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-pebble

Usage

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.