Skip to content

Commit

Permalink
make array of relayoutputs and digitalinputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Aug 20, 2024
1 parent 4c9f12f commit d1b78fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions device/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,15 +680,15 @@ type GetRelayOutputs struct {
}

type GetRelayOutputsResponse struct {
RelayOutputs onvif.RelayOutput
RelayOutputs []onvif.RelayOutput
}

type GetDigitalInputs struct {
XMLName string `xml:"tmd:GetDigitalInputs"`
}

type GetDigitalInputsResponse struct {
DigitalInputs onvif.DigitalInput
DigitalInputs []onvif.DigitalInput
}

type SetRelayOutputSettings struct {
Expand Down

0 comments on commit d1b78fa

Please sign in to comment.