Scripts Discover UPNP - thica/ORCA-Remote GitHub Wiki

Script Discover UPNP

The UPNP discover script discover devices which runs a upnp server. You can filter the discover result by passing the following parameters::

Attribute Description
discovermanufacturer Discover models only from a specific manufacturer
discovermodels Discover specific models
discoverprettyname Some devices reports a pretty name (like mac address, or IP addrees, a a further name). You can specify to discover just aspecific preetty name
servicetypes Specifies the servicetypes for discover (eg.: upnp:rootdevice)
ipversion Specifies which IPVersion to use for discovery: Could be IPv4Only,IPv6Only,All,Auto. Auto prefers IPv6, if available
timeout Specifies the timout for discover

Blank options will not be used. You could eg use the pretty name just to match a specific device, or just the manufacturer name to match all devices in the network of this manufacturer.

⚠️ **GitHub.com Fallback** ⚠️