node-red-contrib-blynk-ws
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -9,2 +9,10 @@ # Changelog | ||
## [1.0.4] - 2020-09-29 | ||
### Changed | ||
- Updated dependencies for security reasons | ||
### Fixed | ||
- Node - *Table* - Table ndex not reset on "clear" command - See [Issue #25](https://github.com/gablau/node-red-contrib-blynk-ws/issues/25) | ||
- Regexp validation for server url - See [Issue #26](https://github.com/gablau/node-red-contrib-blynk-ws/issues/26) | ||
## [1.0.3] - 2020-04-10 | ||
@@ -202,3 +210,4 @@ ### Changed | ||
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.3...HEAD | ||
[Unreleased]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.4...HEAD | ||
[1.0.4]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.3...1.0.4 | ||
[1.0.3]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.2...1.0.3 | ||
@@ -205,0 +214,0 @@ [1.0.2]: https://github.com/gablau/node-red-contrib-blynk-ws/compare/1.0.1...1.0.2 |
@@ -70,2 +70,3 @@ module.exports = (RED) => { | ||
if (msg.hasOwnProperty('clear') && msg.clear === true) { | ||
this.rowIdx = 0; | ||
node.blynkClient.virtualWrite(node.pin, 'clr', msgkey); | ||
@@ -72,0 +73,0 @@ } |
{ | ||
"name": "node-red-contrib-blynk-ws", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Node Red integration with Blynk App and Server through websockets", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
185853
2605