node-red-contrib-yandex-station-management 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -296,7 +296,7 @@ module.exports = function(RED) {
296
296
  debugMessage(`${device.id}: Kill connection watchdog`);
297
297
  clearTimeout(device.watchDogConn);
298
298
  clearTimeout(device.timer);
299
- debugMessage(`readyState: ${device.ws.readyState}`)
299
+ //debugMessage(`readyState: ${device.ws.readyState}`)
300
300
  });
301
301
  device.ws.on('message', function incoming(data) {
302
302
  //debugMessage(`${device.id}: ${JSON.stringify(data)}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-yandex-station-management",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Local management of YandexStation using API on websockets",
5
5
  "main": "index.js",
6
6
  "scripts": {