node-red-contrib-geofence
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -101,2 +101,7 @@ /** | ||
node.on('close', function() { | ||
console.log("Deleting node " + node.id) | ||
node.manager[node.id] | ||
}); | ||
} | ||
@@ -114,2 +119,3 @@ | ||
}); | ||
}; |
{ | ||
"name": "node-red-contrib-geofence", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A simple node to filter based on location", | ||
@@ -5,0 +5,0 @@ "dependencies" :{ |
@@ -202,2 +202,6 @@ var configButton; | ||
if(RED.nodes.node(nodeID) == null){ | ||
console.log("SKipping to show non-existing node!") | ||
return | ||
} | ||
@@ -204,0 +208,0 @@ var myFence = nodeID == node.id; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4759395
44887