improve websocket ping and remodel for rename datapoint

This commit is contained in:
Adrian Zuercher
2025-07-25 18:26:36 +02:00
parent a23f82e9fe
commit c3a3060129
11 changed files with 231 additions and 92 deletions

View File

@@ -30,7 +30,7 @@ func (d *DBMHandler) Set(req *json_dataModels.Request, id string) {
}
for _, dp := range dps {
dp.UpdateValue(d.Conns, set.Value)
dp.UpdateValue(set.Value)
resp.AddSet(json_dataModels.Set{
Uuid: dp.Uuid,