new send datapoint type and one fix typo

This commit is contained in:
Adrian Zuercher
2025-07-11 17:47:12 +02:00
parent be07dc8749
commit 0f06128ce8
5 changed files with 6 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ func TestUpdateDps(t *testing.T) {
func TestServer(t *testing.T) {
fmt.Println("start")
server := ws.NewServer([]string{".*"})
server := ws.NewServer([]string{".*"}, 9500)
t.Fatal(server.ServeHttp("http://localhost", 8100))
}