Updated README/defaults - Please UPDATE YOUR CONFIG according to example

This commit is contained in:
chrono
2014-12-19 12:11:01 +01:00
parent ac1ec77a18
commit 21cf3b6a3e
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ var selected_profile = 0;
var time_mode = 0;
var selected_profile_name = "leadfree";
var host = "ws://" + window.location.hostname + ":8080";
var host = "ws://" + window.location.hostname + ":" + window.location.port;
var ws_status = new WebSocket(host+"/status");
var ws_control = new WebSocket(host+"/control");
var ws_storage = new WebSocket(host+"/storage");