From d58f5e7fc498fe627d604d5464eb2ebd6a56f25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 19 Jun 2019 11:10:31 +0200 Subject: [PATCH] Migrate philipshue plugin documentation --- philipshue/README.md | 3 +++ philipshue/devicepluginphilipshue.cpp | 20 -------------------- 2 files changed, 3 insertions(+), 20 deletions(-) create mode 100644 philipshue/README.md 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"