summaryrefslogtreecommitdiff
path: root/netdisco/discoverables/bluesound.py
blob: 4603d835c8eca14798f0a8b7587b81eac91c689c (plain)
1
2
3
4
5
6
7
8
9
10
"""Discover devices that implement the Bluesound platform."""
from . import MDNSDiscoverable


class Discoverable(MDNSDiscoverable):
    """Add support for discovering Bluesound service."""

    def __init__(self, nd):
        """Initialize the Bluesound discovery."""
        super(Discoverable, self).__init__(nd, '_musc._tcp.local.')