node-red-contrib-tplink-smarthome
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "node-red-contrib-tplink-smarthome", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A collection of node-red nodes for tp-link smart home devices", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/Felixls/node-red-contrib-tplink-smarthome", |
@@ -55,3 +55,2 @@ module.exports = function(RED) { | ||
if (deviceInstance === null) { | ||
node.error('not reachable'); | ||
node.status({fill: 'red', shape: 'ring', text: 'not reachable'}); | ||
@@ -58,0 +57,0 @@ return false; |
@@ -62,3 +62,2 @@ module.exports = function(RED) { | ||
if (deviceInstance === null) { | ||
node.error('not reachable'); | ||
node.status({fill: 'red', shape: 'ring', text: 'not reachable'}); | ||
@@ -65,0 +64,0 @@ return false; |
26230
373