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

Commit 6a5a997

Browse files
andreasreinhardtballoob
authored andcommitted
Discover openhome devices with Product:1 service (#118) (#247)
1 parent 97d455d commit 6a5a997

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

netdisco/discoverables/openhome.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ 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:1") + \
11+
self.find_by_st("urn:av-openhome-org:service:Product:2") + \
1112
self.find_by_st("urn:av-openhome-org:service:Product:3")

0 commit comments

Comments
 (0)