1.0.0 • Published 3 years ago

node-red-contrib-techulus-push v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

node-red-contrib-techulus-push

A Node-RED node to send notifications via Techulus Push.

Install

Run the following command in the root directory of your Node-RED instance, typically ~/.node-red.

npm install --save node-red-contrib-techulus-push

Usage

Uses Techulus Push to send msg.payload to all the devices registered in your account.

  • Uses msg.topic to set the title, if not already set in the properties.
  • Optionally uses msg.link to set the link, if not already set in the properties.

Configuration

Copy your API key from your Techulus Push dashboard to the API Key field in the node properties.

References