syntex-automation
Advanced tools
Comparing version 1.2.0-b12 to 1.2.0-b13
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.0-b12", | ||
"version": "1.2.0-b13", | ||
"description": "An automation system for your smart home", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -18,3 +18,3 @@ module.exports = class RouteManager | ||
{ | ||
if(data.platforms[i].baseDirectory != null && (data.platforms[i].port != null || (data.platforms[i].options != null && data.platforms[i].options.port != null))) | ||
if(data.platforms[i].platform != 'SynTex' && data.platforms[i].baseDirectory != null && (data.platforms[i].port != null || (data.platforms[i].options != null && data.platforms[i].options.port != null))) | ||
{ | ||
@@ -21,0 +21,0 @@ this.plugins.push({ name : data.platforms[i].platform, port : (data.platforms[i].port || data.platforms[i].options.port) }); |
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
27667