summaryrefslogtreecommitdiff
path: root/netdisco/discoverables/bose_soundtouch.py
blob: e9f819a96b2b95c95758d7830be7f64f7793660a (plain)
1
2
3
4
5
6
7
8
9
10
"""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.')