node-red-contrib-blynk-ws
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [0.5.2] - 2018-04-27 | ||
### Fixed | ||
- Fix Crash on log Read Event | ||
## [0.5.1] - 2018-04-15 | ||
@@ -94,3 +98,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.1...HEAD | ||
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.2...HEAD | ||
[0.5.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.1...0.5.2 | ||
[0.5.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.0...0.5.1 | ||
@@ -97,0 +102,0 @@ [0.5.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.4.0...0.5.0 |
@@ -7,3 +7,3 @@ module.exports = function(RED) { | ||
var LIBRARY_INFO = "0.5.0 2018-04-14"; | ||
var LIBRARY_INFO = "0.5.2 2018-04-27"; | ||
@@ -826,3 +826,3 @@ /* ##### BLYNK STUFF ###### */ | ||
if(this.dbg_all || this.dbg_read || this.isLogPin(command.pin)){ | ||
this.log("readEvent: -> cmd " + JSON.stringify(command.replace(new RegExp("\u0000", "g"),"|"))); | ||
this.log("readEvent: -> cmd " + JSON.stringify(command)); | ||
} | ||
@@ -829,0 +829,0 @@ for (var i = 0; i < this._inputNodes.length; i++) { |
{ | ||
"name": "node-red-contrib-blynk-ws", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Node Red integration with Blynk App and Server through websockets", | ||
@@ -5,0 +5,0 @@ "scripts": { |
124754