mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
Merge pull request #31 from stefan-kiss/ptz-profiles-fix
changed Preset field to slice in GetPresetsResponse
This commit is contained in:
@@ -91,7 +91,7 @@ type GetPresets struct {
|
||||
}
|
||||
|
||||
type GetPresetsResponse struct {
|
||||
Preset onvif.PTZPreset
|
||||
Preset []onvif.PTZPreset
|
||||
}
|
||||
|
||||
type SetPreset struct {
|
||||
|
||||
Reference in New Issue
Block a user