Skip to content

Commit

Permalink
makes presets an array, we have more than a single preset
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Aug 30, 2023
1 parent c037b63 commit 7903bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptz/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type GetPresets struct {
}

type GetPresetsResponse struct {
Preset onvif.PTZPreset
Preset []onvif.PTZPreset
}

type SetPreset struct {
Expand Down

0 comments on commit 7903bf2

Please sign in to comment.