:py:mod:`expliot.core.discovery` ================================ .. py:module:: expliot.core.discovery .. autoapi-nested-parse:: Discovery support for EXPLIoT. Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: expliot.core.discovery.Discovery .. py:class:: Discovery Representation of a discovery entity. .. py:method:: devices() :abstractmethod: Return the found devices. This should be called after scan() Args: Nothing Returns: list: List of all devices discovered in scan() .. py:method:: services() :abstractmethod: Return the found services. This should be called after scan() Args: Nothing Returns: list: List of all devices discovered in scan() .. py:method:: scan() :abstractmethod: Scan for devices or services depending on the Discovery type Args: Nothing Returns: Nothing