diff --git a/wemo/README.md b/wemo/README.md new file mode 100644 index 00000000..e3ada5bc --- /dev/null +++ b/wemo/README.md @@ -0,0 +1,7 @@ +# Wemo + +This plugin allows to find and control devices from WeMo, the +[Belkin](http://www.belkin.com/de/PRODUKTE/home-automation/c/wemo-home-automation/) +home automation system. + +> Note: The devices can only be discovered if they are already in the local network. In order to configure the WeMo devices please use the original software. diff --git a/wemo/devicepluginwemo.cpp b/wemo/devicepluginwemo.cpp index 3c385333..73b5500b 100644 --- a/wemo/devicepluginwemo.cpp +++ b/wemo/devicepluginwemo.cpp @@ -20,30 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page wemo.html - \title WeMo - \brief Plugin for Belkin WeMo sockets. - - \ingroup plugins - \ingroup nymea-plugins - - This plugin allows to find and control devices from WeMo, the - \l{http://www.belkin.com/de/PRODUKTE/home-automation/c/wemo-home-automation/}{Belkin} - home automation system. - - \note: The devices can only be discovered if they are already in the local network. In order - to configure the WeMo devices please use the original software. - - \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/wemo/devicepluginwemo.json -*/ - #include "devicepluginwemo.h" #include "plugin/device.h"