From 2c75e9eb454d0f50af7c44446b3b0e3afdd89e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 19 Jun 2019 11:03:54 +0200 Subject: [PATCH] Migrate netatmo plugin documentation --- netatmo/README.md | 3 +++ netatmo/devicepluginnetatmo.cpp | 19 ------------------- 2 files changed, 3 insertions(+), 19 deletions(-) create mode 100644 netatmo/README.md diff --git a/netatmo/README.md b/netatmo/README.md new file mode 100644 index 00000000..d00940c8 --- /dev/null +++ b/netatmo/README.md @@ -0,0 +1,3 @@ +# Netatmo + +This plugin allows to receive data from you netatmo weather station server. diff --git a/netatmo/devicepluginnetatmo.cpp b/netatmo/devicepluginnetatmo.cpp index 8136e493..11202761 100644 --- a/netatmo/devicepluginnetatmo.cpp +++ b/netatmo/devicepluginnetatmo.cpp @@ -20,25 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page netatmo.html - \title Netatmo - \brief Plugin for the Netatmo weather stations. - - \ingroup plugins - \ingroup nymea-plugins - - This plugin allows to receive data from you netatmo weather station. - - \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/netatmo/devicepluginnetatmo.json -*/ - #include "devicepluginnetatmo.h" #include "plugin/device.h" #include "plugininfo.h"