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

@@ -385,6 +385,7 @@ func (d *Datapoint) Publish(eventType string) error {
Event: eventType,
Uuid: d.Uuid,
Path: d.Path,
Type: d.Type,
Value: d.Value,
})