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

@@ -35,6 +35,7 @@ func (d *DBMHandler) Json_Data(c *gin.Context) {
Path: res.Path,
Type: res.Type,
Value: res.Value,
Drivers: &res.Drivers,
HasChild: res.Datapoints != nil,
Rights: res.ReadWrite,
})