diff --git a/philipshue/README.md b/philipshue/README.md new file mode 100644 index 00000000..9532cc4a --- /dev/null +++ b/philipshue/README.md @@ -0,0 +1,3 @@ +# Philips Hue + +This plugin allows to interact with the [Philips hue](http://www2.meethue.com/) bridge. Each light bulp, sensor and remote controller connected to the bridge will appear automatically in the system, once the bridge is added to nymea. diff --git a/philipshue/devicepluginphilipshue.cpp b/philipshue/devicepluginphilipshue.cpp index 212e1222..f86ab710 100644 --- a/philipshue/devicepluginphilipshue.cpp +++ b/philipshue/devicepluginphilipshue.cpp @@ -22,26 +22,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page philipshue.html - \title Philips hue - \brief Plugin for the Philips Hue lighting system. - - \ingroup plugins - \ingroup nymea-plugins - - This plugin allows to interact with the \l{http://www2.meethue.com/}{Philips hue} bridge. Each light bulp connected to the bridge - will appear automatically in the system, once the bridge is added to nymea. - - \chapter Plugin properties - Following JSON file contains the definition and the description of all available \l{DeviceClass}{DeviceClasses} - and \l{Vendor}{Vendors} of this \l{DevicePlugin}. - - For more details how to read this JSON file please check out the documentation for \l{The plugin JSON File}. - - \quotefile plugins/deviceplugins/philipshue/devicepluginphilipshue.json -*/ - #include "devicepluginphilipshue.h" #include "devicemanager.h"