New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-red-contrib-initialstate

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-initialstate

Push data to Initial State within Node-RED

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
7
133.33%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-initialstate

This Node-RED node may be used for passing data points to Initial State for graphing and analysis.

The node pushes an event to an Initial State bucket.

Simply, msg.topic is passed as the data event key, while msg.payload is passed as the data event value if it is a string or number.

Alternatively, msg.payload may be an object containing at least value, and optionally key, and/or date to override the topic and the current timestamp.

Error handling is rudimentary at this time. The successful connection of the node to Initial State should be handled, but failed data event pushes are not detected.

Installation

Change directory to your node red installation:

    npm install node-red-contrib-initialstate

or alternatively, use the Palette Manager in Node-RED.

Configuration

Each node should be configured with a Bucket Key and an Access Key as supplied by Initial State during the setup procedure for a Bucket.

There is no shared configuration node at this time.

Keywords

node-red

FAQs

Package last updated on 17 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts