Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit d88c142

Browse files
Barry Williamsballoob
authored andcommitted
Discover openhome devices with Product:3 service (#232)
1 parent 4119ec0 commit d88c142

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

netdisco/discoverables/openhome.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ class Discoverable(SSDPDiscoverable):
77

88
def get_entries(self):
99
"""Get all the Openhome compliant device uPnP entries."""
10-
return self.find_by_st("urn:av-openhome-org:service:Product:2")
10+
return self.find_by_st("urn:av-openhome-org:service:Product:2") + \
11+
self.find_by_st("urn:av-openhome-org:service:Product:3")

0 commit comments

Comments
 (0)