feat(onvif): 添加通知存储
This commit is contained in:
@ -5,6 +5,8 @@ import (
|
||||
"github.com/IOTechSystems/onvif/xsd"
|
||||
)
|
||||
|
||||
var Notifications = make(map[string][]event.NotificationMessage)
|
||||
|
||||
func (c *Session) EventSubscribe(
|
||||
consumerAddress event.AttributedURIType,
|
||||
terminationTime xsd.String, // PT60S
|
||||
|
Reference in New Issue
Block a user