diff --git a/z2m.go b/z2m.go index a43e99c..e063a88 100644 --- a/z2m.go +++ b/z2m.go @@ -354,7 +354,7 @@ type ExposesEntry struct { Features []ExposesEntry `json:"features"` // values - Values []string `json:"values"` + Values []any `json:"values"` ValueOn any `json:"value_on"` ValueOff any `json:"value_off"`