From c99bec141592be0a609ed16ac34cfc19e67c407f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 27 May 2019 15:43:01 +0200 Subject: [PATCH] Extract anel documentation for building the new mechanism --- anel/devicepluginanel.cpp | 19 ------------------- anel/docs/plugin-anel.qdoc | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) create mode 100644 anel/docs/plugin-anel.qdoc diff --git a/anel/devicepluginanel.cpp b/anel/devicepluginanel.cpp index 4be20b4c..d0fb7647 100644 --- a/anel/devicepluginanel.cpp +++ b/anel/devicepluginanel.cpp @@ -20,25 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page anel.html - \title ANEL Elektronik devices - \brief Plugin for ANEL Elektronik NET-PwrCtrl network controlled power sockets. - - \ingroup plugins - \ingroup nymea-plugins-maker - - This plugin allows to make use of ANEL Elektronik NET-PwrCtrl controlled powet sockets. - - See https://anel-elektronik.de/ for a detailed description of the devices. - - \chapter Plugin properties - When adding a device it will detect the type of the panel and create a gateway device and a powersocket - device for each of the available sockets on the panel. - - \quotefile plugins/deviceplugins/tasmota/devicepluginanel.json -*/ - /* Example reply for HOME and PRO: diff --git a/anel/docs/plugin-anel.qdoc b/anel/docs/plugin-anel.qdoc new file mode 100644 index 00000000..66960a71 --- /dev/null +++ b/anel/docs/plugin-anel.qdoc @@ -0,0 +1,18 @@ +/*! + \page anel.html + \title ANEL Elektronik devices + \brief Plugin for ANEL Elektronik NET-PwrCtrl network controlled power sockets. + + \ingroup plugins + \ingroup nymea-plugins-maker + + This plugin allows to make use of ANEL Elektronik NET-PwrCtrl controlled powet sockets. + + See https://anel-elektronik.de/ for a detailed description of the devices. + + \chapter Plugin properties + When adding a device it will detect the type of the panel and create a gateway device and a powersocket + device for each of the available sockets on the panel. + + \quotefile ../devicepluginanel.json +*/