You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
333 B

"""Discover Bose SoundTouch devices."""
from . import MDNSDiscoverable
class Discoverable(MDNSDiscoverable):
"""Add support for discovering Bose SoundTouch devices."""
def __init__(self, nd):
"""Initialize the Bose SoundTouch discovery."""
super(Discoverable, self).__init__(nd, '_soundtouch._tcp.local.')