mirror of
https://github.com/kerberos-io/onvif.git
synced 2025-09-26 20:01:17 +08:00
make array of relayoutputs and digitalinputs
This commit is contained in:
@@ -680,7 +680,7 @@ type GetRelayOutputs struct {
|
||||
}
|
||||
|
||||
type GetRelayOutputsResponse struct {
|
||||
RelayOutputs onvif.RelayOutput
|
||||
RelayOutputs []onvif.RelayOutput
|
||||
}
|
||||
|
||||
type GetDigitalInputs struct {
|
||||
@@ -688,7 +688,7 @@ type GetDigitalInputs struct {
|
||||
}
|
||||
|
||||
type GetDigitalInputsResponse struct {
|
||||
DigitalInputs onvif.DigitalInput
|
||||
DigitalInputs []onvif.DigitalInput
|
||||
}
|
||||
|
||||
type SetRelayOutputSettings struct {
|
||||
|
Reference in New Issue
Block a user