summaryrefslogtreecommitdiff
path: root/netdisco/discoverables/freebox.py
blob: 11bc5f88806bea89d3b48aff34c5e550f5a2ab52 (plain)
1
2
3
4
5
6
7
8
9
10
"""Discover Freebox routers."""
from . import MDNSDiscoverable


class Discoverable(MDNSDiscoverable):
    """Add support for discovering Freebox routers."""

    def __init__(self, nd):
        """Initialize the Freebox discovery."""
        super(Discoverable, self).__init__(nd, '_fbx-api._tcp.local.')