diff --git a/hueplusplus/include/Hue.h b/hueplusplus/include/Hue.h index b3f7edf..a5f0e31 100755 --- a/hueplusplus/include/Hue.h +++ b/hueplusplus/include/Hue.h @@ -114,17 +114,9 @@ public: //const std::map& getAllLightTypes(); //! Function that returns all lights that are associated with this bridge - //! \return A vector containing pointers pointing to every HueLight + //! \return A vector containing references to every HueLight std::vector> getAllLights(); - //! Function that returns all light types that are associated with this bridge - //! \return A map mapping light id's to light types for every light - const std::map& getAllLightTypes(); - - //! Function that returns all lights that are associated with this bridge - //! \return A vector containing pointers pointing to every HueLight - std::vector> getAllLights(); - private: //! Function that refreshes the local \ref state of the Hue bridge void refreshState();