node-red-contrib-simple-gate
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -20,3 +20,3 @@ /** | ||
const openStatus = {fill:"green",shape:"dot",text:"open"}; | ||
const closedStatus = {fill:'red',shape:'dot',text:'closed'}; | ||
const closedStatus = {fill:'red',shape:'ring',text:'closed'}; | ||
// Copy configuration items | ||
@@ -23,0 +23,0 @@ this.controlTopic = config.controlTopic.toLowerCase(); |
{ | ||
"name" : "node-red-contrib-simple-gate", | ||
"version" : "0.1.6", | ||
"version" : "0.1.7", | ||
"description" : "A gate node for node-RED", | ||
@@ -5,0 +5,0 @@ "license" : "Apache-2.0", |
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
243719