syntex-automation
Advanced tools
Comparing version 1.2.0-b17 to 1.2.0-b18
{ | ||
"name": "syntex-automation", | ||
"version": "1.2.0-b17", | ||
"version": "1.2.0-b18", | ||
"description": "An automation system for your smart home", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -180,3 +180,3 @@ const axios = require('axios'); | ||
var socket = this.platform.WebServer.connectSocket('ws://localhost:' + this.manager.RouteManager.plugins[i].port + '/automation', (response) => { | ||
var socket = this.platform.WebServer.connectSocket('ws://127.0.0.1:' + this.manager.RouteManager.plugins[i].port + '/automation', (response) => { | ||
@@ -183,0 +183,0 @@ if(response.connected != null) |
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