diff --git a/include/hueplusplus/EntertainmentMode.h b/include/hueplusplus/EntertainmentMode.h index 586c2ca8..1420f639 100644 --- a/include/hueplusplus/EntertainmentMode.h +++ b/include/hueplusplus/EntertainmentMode.h @@ -40,6 +40,9 @@ class EntertainmentMode //! //! \param b Bridge reference //! \param g Group to control in entertainment mode reference + //! + //! \note References are held to both \c b and \c g. + //! They must stay valid until EntertainmentMode ist destroyed. EntertainmentMode(Bridge& b, Group& g); //! \brief Destroy the Entertainment Mode object