node-red-contrib-blynk-ws
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [0.7.1] - 2018-08-04 | ||
### Fixed | ||
- Node - *Sync* - Missing "syncAll" commands | ||
## [0.7.0] - 2018-07-30 | ||
@@ -119,3 +123,4 @@ ### Added | ||
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.7.0...HEAD | ||
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.7.1...HEAD | ||
[0.7.1]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.7.0...0.7.1 | ||
[0.7.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.6.0...0.7.0 | ||
@@ -122,0 +127,0 @@ [0.6.0]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/0.5.2...0.6.0 |
@@ -8,3 +8,3 @@ module.exports = function(RED) { | ||
var LIBRARY_INFO = "0.7.0 2018-07-30"; //node-red lib version | ||
var LIBRARY_INFO = "0.7.1 2018-08-04"; //node-red lib version | ||
@@ -276,3 +276,3 @@ | ||
/* send syncAll message */ | ||
BlynkClientNode.prototype.syncAll = blynkLib.ping; | ||
BlynkClientNode.prototype.syncAll = blynkLib.syncAll; | ||
@@ -279,0 +279,0 @@ /* send syncVirtual message */ |
{ | ||
"name": "node-red-contrib-blynk-ws", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Node Red integration with Blynk App and Server through websockets", | ||
@@ -5,0 +5,0 @@ "scripts": { |
151473