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