This commit is contained in:
2024-08-26 14:43:22 +08:00
parent 82d3f99404
commit de3667f957
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
"github.com/IOTechSystems/onvif/xsd"
)
func (c *Session) SubscribeEvents(
func (c *Session) EventSubscribe(
consumerAddress event.AttributedURIType,
terminationTime xsd.String, // PT60S
) (*event.SubscribeResponse, error) {