8000 Geolocation event correction · Issue #6 · onvif/specs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content < 8000 /span>
Geolocation event correction #6
Closed
@willysagefalk

Description

@willysagefalk

#2726

Description (last modified by sujith.raman)
In 8/20 VEWG Telco, when analyzing ticket (#2719) regarding request for adding geolocation event example under MQTT.
It was found like in core spec under section 8.8.11 Geo Location,
ElementItemDescription is used under source, which is basically a token.

Topic: tns1:Monitoring/GeoLocation
Event description:

<tt:MessageDescription IsProperty="true“>
tt:source
<tt:ElementItemDescription Name=“DeviceEntity“ Type=“tt:DeviceEntity"/>
</tt:source>
tt:Data
<tt:ElementItemDescription Name="CurrentLocation" Type=“tt:GeoLocation"/>
</tt:Data>
</tt:MessageDescription>

Proposal:

Topic: tns1:Monitoring/GeoLocation
Event description:
<tt:MessageDescription IsProperty="true“>
tt:source
<tt:SimpleItemDescription Name="Token" Type="tt:ReferenceToken "/>
</tt:source>
tt:Data
<tt:ElementItemDescription Name="CurrentLocation" Type=“tt:GeoLocation"/>
</tt:Data>
</tt:MessageDescription>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0