added changing model when configuring for BOS S9s

This commit is contained in:
UpstreamData
2022-03-25 08:58:02 -06:00
parent 02581e917d
commit c3b23313ba
6 changed files with 45 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
<script>
if (!window.WebSocket) alert("WebSocket not supported by this browser");
var ws = new WebSocket("ws://{{request.url.hostname}}:80/dashboard/ws");
var ws = new WebSocket("ws://{{request.url.hostname}}:10000/dashboard/ws");
let all_data = []
let all_labels = []
ws.onmessage = function(event) {