add value to subscribtion

This commit is contained in:
Adrian Zürcher
2025-04-29 07:57:43 +02:00
parent 0f22443b93
commit ea4461fd7e

View File

@@ -6,6 +6,7 @@ type Subscribe struct {
Uuid uuid.UUID `json:"uuid,omitempty"` Uuid uuid.UUID `json:"uuid,omitempty"`
Path string `json:"path,omitempty"` Path string `json:"path,omitempty"`
Depth uint `json:"depth,omitempty"` Depth uint `json:"depth,omitempty"`
Value any `json:"value,omitempty"`
Drivers *Drivers `json:"drivers,omitempty"` Drivers *Drivers `json:"drivers,omitempty"`
Driver string `json:"driver,omitempty"` Driver string `json:"driver,omitempty"`
OnCreate bool `json:"onCreate,omitempty"` OnCreate bool `json:"onCreate,omitempty"`