message-queue-pebble

1.0.0 • Public • Published

JS Message Queue Build Status devDependency Status

PebbleKit JS library for sending messages to your Pebble.

Advantages

Automatically retries sending messages when they fail, and ensures that messages are sent in order (i.e. wait for first message to be acknowledged before sending the second message.

Usage

  1. Include js-message-queue.min.js in your Pebble JS file, either by copying and pasting it into the top of pebble-js-app.js, or by adding it to your JS build script.
  2. Replace all instances of Pebble.sendAppMessage() with MessageQueue.sendAppMessage().
  3. Profit!

Readme

Keywords

none

Package Sidebar

Install

npm i message-queue-pebble

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • matthewtole