remove rename and add has children to set

This commit is contained in:
Adrian Zuercher
2025-07-25 17:47:38 +02:00
parent 8e742ba1d3
commit 2d6db85b8c
3 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ type Subscription struct {
Depth uint `json:"depth,omitempty"` // depth of subscriptions from found path or uuid
Value any `json:"value,omitempty"` // current value
Rights Rights `json:"rights,omitempty"` // read /write rights
HasChild bool `json:"hasChild,omitempty"` // inidicates path has child/ren
HasChild bool `json:"hasChild,omitempty"` // inidicates path has children
Drivers *Drivers `json:"drivers,omitempty"` // assigned drivers
Driver string `json:"driver,omitempty"` // driver type to assign this subscription
OnCreate bool `json:"onCreate,omitempty"` // notify at datapoint creation