Huge News!Announcing our $40M Series B led by Abstract Ventures.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

13

1.0.0

Diff

Changelog

Source

[1.0.0] - 2019-07-27

Added

  • Utf-8 support in blynk message
  • ESLint to increase code quality and discover problems
  • Adopted the Airbnb javascript code style

Changed

  • Refactoring and adjusted all the source code to the new standard
  • Various code improvements

Fixed

  • Regexp validation for auth token - See Issue #13
gablau
published 0.9.2 •

Changelog

Source

[0.9.2] - 2019-05-04

Changed

  • Updated images in readme

Fixed

  • Missing release link in the changelog
  • Saving the Vpin setting for the first time does not work - See Issue #12
gablau
published 0.9.1 •

Changelog

Source

[0.9.1] - 2019-04-17

Fixed

  • No automatic reconnect on connection lost
gablau
published 0.9.0 •

Changelog

Source

[0.9.0] - 2019-03-19

Added

  • Node - Image Gallery - Implemented "url" and "urls" property [NOTE: url and urls property are supported only in beta app]
  • Node - Set Property - Implemented "url" and "urls" property [NOTE: url and urls property are supported only in beta app]

Changed

  • Node - Configuration - Using tabs for better UI
  • All nodes - Increased the limit of the pins to 255 and better validation checks
  • Improved heartbeat, send PING command only if necessary.
  • Control and blocking of sending too long messages (BLYNK_PROTOCOL_MAX_LENGTH)
  • Compatibility with Blynk C++ Library 0.6.1
  • LOGIN command changed to int 29 (old int 2)
  • Remove unused command and code clean

Fixed

  • Fix TypeError on node-red restart
  • Crash on websocket "timeout" error
gablau
published 0.8.0 •

Changelog

Source

[0.8.0] - 2019-01-05

Added

  • Node - Configuration - The configuration node can be "enable" or "disable" now, when disabled no connection is start on boot and all linked node show the red dot "disabled" status.
  • Node - Image Gallery - New node to simplify the use of this new widget (set images urls is not yet implemented in app)
  • Node - Set Property - Implemented "url, urls, opacity, rotation, scale" property for Image Gallery widget (blynk cloud or local server >= v0.39.4) [NOTE: url and urls property are not yet supported in app]
  • Check SLL certificate on connection for blynk cloud

Changed

  • All nodes - Conversion, where necessary, of "isBuffer" checks into "isArray" checks
  • All nodes - Avoid input processing on client node disconnected or disabled
  • Node - zeRGBa - Check if a valid RGB value is passed, otherwise it will generate an alert and the message will be discarded
  • Node - Table - It will generate an alert on a simple payload without other parameters and the message will be discarded
  • Increase heartbeat timeout to 15 seconds - see Blynk Server Issue #1294
  • Compatibility with Blynk C++ Library 0.5.4

Fixed

  • Node - Write - Now it accepts multiple values as input via arrays and forwards them to the server correctly - see this
  • Correct some log messages
gablau
published 0.7.1 •

Changelog

Source

[0.7.1] - 2018-08-04

Fixed

  • Node - Sync - Missing "syncAll" commands
gablau
published 0.7.0 •

Changelog

Source

[0.7.0] - 2018-07-30

Added

  • Node - Styled Button - New node to simplify the use of this new button
  • Node - Set Property - Implemented "onColor, offColor, onBackColor, offBackColor" property for Styled Button widget (blynk cloud or local server >= v0.36.2)
  • Node - Set Property - Implemented "fraction" property for Slide widget (blynk cloud or local server >= v0.33.3)
  • Node - Table - Implemented "select, deselect and order" commands

Changed

  • Code refactor - Extract blynk method and variable to files in "libs" directory
  • Node - Notify - Rate limit increased to 5 msg/s (Blynk C++ Library 0.5.3)

Fixed

  • Node - zeRGBa - Check if the widget is configured in merge mode, otherwise it will generate an alert
  • Missing log on respond illegal command
  • Message ID overflow - see Blynk Library JS PR #44
  • Show protocol warning in debug panel
gablau
published 0.6.0 •

Changelog

Source

[0.6.0] - 2018-05-07

Added

  • Node - zeRGBa - New node to simplify the use of this widget in merge mode
gablau
published 0.5.2 •

Changelog

Source

[0.5.2] - 2018-04-27

Fixed

  • Fix Crash on log Read Event
gablau
published 0.5.1 •

Changelog

Source

[0.5.1] - 2018-04-15

Fixed

  • Fix regular expression for validate server url on configuration node
  • Fix display readme
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