add create and has child parameter

This commit is contained in:
Adrian Zürcher
2025-05-13 21:12:19 +02:00
parent 3accf6fc06
commit 640604c06d
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ type Set struct {
Type Type `json:"type,omitempty"` // dbm datatype
Value any `json:"value,omitempty"` // dbm value
Rights Rights `json:"rights,omitempty"` // dbm read /write rights
Create bool `json:"create,omitempty"` // dbm create new datapoint
Updated bool `json:"-"`
}