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

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/gin-gonic/gin v1.10.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/tecamino/tecamino-json_data v0.0.16
github.com/tecamino/tecamino-json_data v0.0.17
github.com/tecamino/tecamino-logger v0.2.0
)