23 #ifndef INCLUDE_HUEPLUSPLUS_UPNP_H 24 #define INCLUDE_HUEPLUSPLUS_UPNP_H 45 std::vector<std::pair<std::string, std::string>>
getDevices(std::shared_ptr<const IHttpHandler> handler);
std::vector< std::pair< std::string, std::string > > getDevices(std::shared_ptr< const IHttpHandler > handler)
Searches for UPnP devices and returns all found ones.
Definition: UPnP.cpp:32
Namespace for the hueplusplus library.
Definition: Action.h:27
Class that looks for UPnP devices using an m-search package.
Definition: UPnP.h:35