Skip to content

Commit 88cd86f

Browse files
authored
Merge pull request #31 from stefan-kiss/ptz-profiles-fix
changed Preset field to slice in GetPresetsResponse
2 parents 03ecb66 + 5c4360a commit 88cd86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptz/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type GetPresets struct {
9191
}
9292

9393
type GetPresetsResponse struct {
94-
Preset onvif.PTZPreset
94+
Preset []onvif.PTZPreset
9595
}
9696

9797
type SetPreset struct {

0 commit comments

Comments
 (0)