New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-blynk-ws

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-blynk-ws - npm Package Versions

12

0.5.0

Diff

Changelog

Source

[0.5.0] - 2018-04-14

Added

  • Blynk protocol - Handle any number of Blynk commands (virtualWrite(), setProperty(), etc.) in a row see Blynk C++ Library 0.5.0
  • Control max lenght of message and max number of commands in a single message
  • Config node - Option to enable "Multiple blynk command in single message" (blynk cloud or local server >= v0.34.0)
  • Config node - Implemented server proxy configuration
  • Config node - Option to log protocol "sync" and "bridge" messages type
  • Node - Bridge - New node that implements the functionality of sending commands to other blynk devices.
  • Node - Sync - New node that implements the "syncAll" and "syncVirtual" blynk commands
  • Node - Set Property - Implemented "step" for Step Widget (blynk cloud or local server >= v0.32.2)
  • Node - Set Property - Implemented "url" for Video Straming Widget (blynk cloud or local server >= v0.28.7)
  • Node - Set Property / LCD / Table - Send multiple blynk command in a single message
  • Node - Read Event - Option to receive all pins events
  • Node - Write Event - Option to receive all pins events
  • Node - Write Event - Added pin number that generate event in msg.pin variable
  • Initial support to Internationalisation

Changed

  • Better handle of configuration node error, now blocks child nodes if some parameter is missing.
  • More check on "pin" parameter before send message
  • The PING command is only sent if no data has been sent or received in the "heart beat" time
  • Hide "Auth token" - from all log message
  • Config node - Rename "Private key" to "Auth token" and better help message
  • Split every node on single file
  • Removed dependency from "DataView" package
  • Code clean

Fixed

  • Rightly handles the reception of the BRIDGE type commands.
  • Websocket SSL connection error on nodejs > 8.6.0 see (ws iusse #1227)
gablau
published 0.4.0 •

Changelog

Source

[0.4.0] - 2018-03-09

Added

Changed

Fixed

  • Invalid HW cmd: "pm" see iusse #3
  • Protocol Log on message received and retrive right command body
gablau
published 0.3.0 •

Changelog

Source

[0.3.0] - 2017-12-12

Added

  • Node - Notify - Implemented queue messages
  • Node - Write - Pin mode (Fixed / Dynamic) pass pin number in msg.pin variable
  • Node - Set Property - Pin mode (Fixed / Dynamic) pass pin number in msg.pin variable

Changed

  • Node - LCD - Warning on incorrect use of msg.payload property
  • Fixed some log messages
gablau
published 0.2.0 •

Changelog

Source

[0.2.0] - 2017-09-18

Added

  • Debug option to log only specified pins number
  • Node - _ Table Widgets _ to simplify the use of this widget
  • Link to official documentation

Fixed

  • Missing logs on read and write event
gablau
published 0.1.0 •

Changelog

Source

0.1.0 - 2017-09-15

Added

  • Implemented SSL usage on the websocket connection.
  • Added Other Messages Type and Status Messages
  • Debug option in the configuration node
  • Display the number of pins on the status of the nodes,
  • Node - _ Notify _ to send push notifications on the smartphone
  • Node - _ Set Property _ to set the property of any widget
  • Node - _ App Event _ for the connection and disconnect event of the app
  • Node - _ LCD Widgets _ to simplify the use of this widget
  • On-line documentation of each node
  • Send PROFILE command on login

Changed

  • Blynk Protocol - Rewritten send and receive message functions, with more options, like vshymanskyy/blynk-library-js
  • Heartbeat once 10 seconds
  • Max virtual pin allowed 128
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc