diff --git a/ptz/types.go b/ptz/types.go index 6c56fb04..444e46d7 100644 --- a/ptz/types.go +++ b/ptz/types.go @@ -91,7 +91,7 @@ type GetPresets struct { } type GetPresetsResponse struct { - Preset onvif.PTZPreset + Preset []onvif.PTZPreset } type SetPreset struct {