Skip to content

Commit a02ca1e

Browse files
committed
Merge pull request #16 from vasvlad/fix_event.py_bug
Fixed issue #15 events.py from examples doesn't work
2 parents 5c45401 + dcb1a77 commit a02ca1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wsdl/events.wsdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
725725
</wsdl:fault>
726726
</wsdl:operation>
727727
</wsdl:binding>
728-
<wsdl:service name="EventPortType">
729-
<wsdl:port name="DevicePort" binding="tds:DeviceBinding">
728+
<wsdl:service name="EventService">
729+
<wsdl:port name="EventPortType" binding="tev:EventBinding">
730730
<soap:address location="http://192.168.0.51:8888/onvif/device_service"/>
731731
</wsdl:port>
732732
</wsdl:service>

0 commit comments

Comments
 (0)