added page for elro and meisteranker plugin in documentation
This commit is contained in:
parent
59217a0c6c
commit
4c5ed5d546
@ -2,7 +2,9 @@
|
|||||||
\page plugins.html
|
\page plugins.html
|
||||||
\title Plugins
|
\title Plugins
|
||||||
|
|
||||||
\annotatedlist plugins
|
\section1 RF 433 MHz
|
||||||
|
\annotatedlist rf433
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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 "devicepluginelro.h"
|
||||||
|
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
#ifndef DEVICEPLUGININTERTECHNO_H
|
#ifndef DEVICEPLUGININTERTECHNO_H
|
||||||
#define DEVICEPLUGININTERTECHNO_H
|
#define DEVICEPLUGININTERTECHNO_H
|
||||||
|
|
||||||
|
|
||||||
#include "deviceplugin.h"
|
#include "deviceplugin.h"
|
||||||
|
|
||||||
class DevicePluginIntertechno : public DevicePlugin
|
class DevicePluginIntertechno : public DevicePlugin
|
||||||
|
|||||||
@ -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 "devicepluginmeisteranker.h"
|
||||||
|
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user