diff --git a/bundles/org.openhab.binding.ipcamera/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.binding.ipcamera/src/main/resources/OH-INF/addon/addon.xml index 6e660b898df1f..bacc40bf8da53 100644 --- a/bundles/org.openhab.binding.ipcamera/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.binding.ipcamera/src/main/resources/OH-INF/addon/addon.xml @@ -7,4 +7,47 @@ IpCamera Binding This binding interfaces IP cameras of various vendors via open protocols. local + + + + ip + + + type + ipMulticast + + + destIp + 239.255.255.250 + + + destPort + 3702 + + + requestPlain + <?xml version="1.0" encoding="UTF-8"?><e:Envelope + xmlns:e="http://www.w3.org/2003/05/soap-envelope" + xmlns:w="http://schemas.xmlsoap.org/ws/2004/08/addressing" + xmlns:d="http://schemas.xmlsoap.org/ws/2005/04/discovery" + xmlns:dn="http://www.onvif.org/ver10/network/wsdl"><e:Header><w:MessageID>uuid:$uuid</w:MessageID><w:To + e:mustUnderstand="true">urn:schemas-xmlsoap-org:ws:2005:04:discovery</w:To><w:Action + a:mustUnderstand="true">http://schemas.xmlsoap.org/ws/2005/04/discovery/Probe</w:Action></e:Header><e:Body><d:Probe><d:Types + xmlns:d="http://schemas.xmlsoap.org/ws/2005/04/discovery" + xmlns:dp0="http://www.onvif.org/ver10/network/wsdl">dp0:NetworkVideoTransmitter</d:Types></d:Probe></e:Body></e:Envelope> + + + timeoutMs + 5000 + + + + + response + .* + + + + +