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
24
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 Compare versions

Comparing version 0.9.1 to 0.9.2

14

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

## [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](https://github.com/gablau/node-red-contrib-blynk-ws/issues/12)
## [0.9.1] - 2019-04-17

@@ -22,3 +30,3 @@ ### Fixed

- All nodes - Increased the limit of the pins to 255 and better validation checks
- Improved heartbeat , send PING command only if necessary.
- Improved heartbeat, send PING command only if necessary.
- Control and blocking of sending too long messages (BLYNK_PROTOCOL_MAX_LENGTH)

@@ -165,3 +173,5 @@ - Compatibility with Blynk C++ Library 0.6.1

[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.9.0...HEAD
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.9.2...HEAD
[0.9.2]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.8.0...0.9.0

@@ -168,0 +178,0 @@ [0.8.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.7.1...0.8.0

4

nodes/blynk-ws-in-read.js

@@ -14,5 +14,5 @@ module.exports = function(RED) {

if(this.pin_all)
this.connected_label = RED._("blynk-ws-in-read.status.connected-all");
this.connected_label = RED._("blynk-ws-in-read.status.connected-all");
else
this.connected_label = RED._("blynk-ws-in-read.status.connected-fixed") + this.pin;
this.connected_label = RED._("blynk-ws-in-read.status.connected-fixed") + this.pin;

@@ -19,0 +19,0 @@ if (this.blynkClient) {

{
"name": "node-red-contrib-blynk-ws",
"version": "0.9.1",
"version": "0.9.2",
"description": "Node Red integration with Blynk App and Server through websockets",

@@ -5,0 +5,0 @@ "scripts": {

@@ -25,3 +25,2 @@ # node-red-contrib-blynk-ws

**Events:** read, write, app (connected/disconected)\

@@ -45,2 +44,6 @@ **Commands:** write, bridge, sync (virtual/all), set property\

See your server url and auth token in configuration node
![Information Panel](./docs/img/readme-config-connection.png)
See information panel on every nodes

@@ -55,3 +58,3 @@

![Log settings](./docs/img/readme-log-settings.png)
![Log settings](./docs/img/readme-config-advanced.png)

@@ -88,3 +91,2 @@

## Documentation
Social: [Webpage](http://www.blynk.io) / [Facebook](http://www.fb.com/blynkapp) / [Twitter](http://twitter.com/blynk_app) / [Twitter](https://twitter.com/blynk_app) / [Youtube](https://www.youtube.com/blynk) / [Instagram](https://www.instagram.com/blynk.iot/) / [LinkedIn](https://www.linkedin.com/company/b-l-y-n-k/)

@@ -101,2 +103,4 @@ [Full Blynk Documentation](http://docs.blynk.cc/#blynk-firmware) - a complete guide on Blynk features

Social: [Webpage](http://www.blynk.io) / [Facebook](http://www.fb.com/blynkapp) / [Twitter](http://twitter.com/blynk_app) / [Twitter](https://twitter.com/blynk_app) / [Youtube](https://www.youtube.com/blynk) / [Instagram](https://www.instagram.com/blynk.iot/) / [LinkedIn](https://www.linkedin.com/company/b-l-y-n-k/)
## Quickstart: Arduino + Ethernet shield

@@ -116,3 +120,3 @@

## Official implementations for other platforms
## Official implementations
* [C++, Arduino](https://github.com/blynkkk/blynk-library)

@@ -128,3 +132,3 @@ * [Python, MicroPython](https://github.com/blynkkk/lib-python)

* [MBED](https://developer.mbed.org/users/vshymanskyy/code/Blynk/)
* [Node-RED](https://www.npmjs.com/package/node-red-contrib-blynk-ws)
* [Node-RED](https://www.npmjs.com/package/node-red-contrib-blynk-ws) **This library!**
* [LabVIEW](https://github.com/juncaofish/NI-LabVIEWInterfaceforBlynk)

@@ -135,8 +139,5 @@ * [C#](https://github.com/sverrefroy/BlynkLibrary)

The **node-red-contrib-blynk-ws** was born as a fork of **node-red-contrib-blynk-websockets**
[https://github.com/tzapu/node-red-contrib-blynk-websockets](https://github.com/tzapu/node-red-contrib-blynk-websockets)
Some javascripts code was derived from **blynk-library-js**:
[https://github.com/vshymanskyy/blynk-library-js](https://github.com/vshymanskyy/blynk-library-js)
The **node-red-contrib-blynk-ws** was born as a fork of [**node-red-contrib-blynk-websockets**](https://github.com/tzapu/node-red-contrib-blynk-websockets) and some javascripts code was derived from [**Node.js, Espruino, Browsers**](https://github.com/vshymanskyy/blynk-library-js)
## License
This project is released under The MIT License (MIT)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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