added page for elro and meisteranker plugin in documentation

pull/1/head
Simon Stürz 2014-02-02 02:35:26 +01:00
parent 59217a0c6c
commit 4c5ed5d546
4 changed files with 61 additions and 2 deletions

View File

@ -2,7 +2,9 @@
\page plugins.html
\title Plugins
\annotatedlist plugins
\section1 RF 433 MHz
\annotatedlist rf433
*/

View File

@ -1,3 +1,37 @@
/*!
\page elro.html
\title Elro
\ingroup plugins
\ingroup rf433
This plugin allows to controll RF 433 MHz actors an receive remote signals from Elro
devices.
Following devices are supported:
\chapter Supported devices
\section1 Actors
\table
\header
\li Model
\li Device Type
\row
\li
\li
\endtable
\section1 Remotes
\table
\header
\li Model
\li Device Type
\row
\li
\li
\endtable
*/
#include "devicepluginelro.h"
#include "device.h"

View File

@ -1,7 +1,6 @@
#ifndef DEVICEPLUGININTERTECHNO_H
#define DEVICEPLUGININTERTECHNO_H
#include "deviceplugin.h"
class DevicePluginIntertechno : public DevicePlugin

View File

@ -1,3 +1,27 @@
/*!
\page meisteranker.html
\title Meister Anker
\ingroup plugins
\ingroup rf433
This plugin allows to receive thermometer signals from Meister Anker
devices.
Following devices are supported:
\chapter Supported devices
\section1 Thermometer
\table
\header
\li Model
\li Device Type
\row
\li
\li
\endtable
*/
#include "devicepluginmeisteranker.h"
#include "device.h"