Clean up source code from leftover old plugin documentations
parent
74984bc55c
commit
3c3b03bd09
|
|
@ -21,24 +21,6 @@
|
|||
* *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
/*!
|
||||
\page avahimonitor.html
|
||||
\title Avahi Monitor
|
||||
\brief Plugin to monitor zeroconf devices in the local network.
|
||||
|
||||
\ingroup plugins
|
||||
\ingroup nymea-plugins-maker
|
||||
|
||||
\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/avahimonitor/devicepluginavahimonitor.json
|
||||
*/
|
||||
|
||||
|
||||
#include "devicepluginavahimonitor.h"
|
||||
|
||||
#include "plugin/device.h"
|
||||
|
|
|
|||
|
|
@ -19,33 +19,6 @@
|
|||
* *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
/*!
|
||||
\page boblight.html
|
||||
\title Boblight
|
||||
|
||||
\ingroup plugins
|
||||
\ingroup network
|
||||
|
||||
This plugin allows to communicate with a \l{https://code.google.com/p/boblight/}{boblight} server
|
||||
running on localhost:19333. If a boblight server is running ,the configured light devices from the server will
|
||||
appear automatically in guh.
|
||||
|
||||
\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}.
|
||||
|
||||
Each \l{DeviceClass} has a list of \l{ParamType}{paramTypes}, \l{ActionType}{actionTypes}, \l{StateType}{stateTypes}
|
||||
and \l{EventType}{eventTypes}. The \l{DeviceClass::CreateMethod}{createMethods} parameter describes how the \l{Device}
|
||||
will be created in the system. A device can have more than one \l{DeviceClass::CreateMethod}{CreateMethod}.
|
||||
The \l{DeviceClass::SetupMethod}{setupMethod} describes the setup method of the \l{Device}.
|
||||
The detailed implementation of each \l{DeviceClass} can be found in the source code.
|
||||
|
||||
\note If a \l{StateType} has the parameter \tt{"writable": {...}}, an \l{ActionType} with the same uuid and \l{ParamType}{ParamTypes}
|
||||
will be created automatically.
|
||||
|
||||
\quotefile plugins/deviceplugins/boblight/devicepluginboblight.json
|
||||
*/
|
||||
|
||||
#include "devicepluginboblight.h"
|
||||
|
||||
#include "plugin/device.h"
|
||||
|
|
|
|||
|
|
@ -25,21 +25,6 @@
|
|||
#include "network/networkaccessmanager.h"
|
||||
#include "plugininfo.h"
|
||||
|
||||
|
||||
/*!
|
||||
\page httpcommander.html
|
||||
\title HTTP commander
|
||||
\brief Plugin for generic HTTP commands
|
||||
\ingroup plugins
|
||||
\ingroup nymea-plugins
|
||||
This plug-in supports generic HTTP calls like get, put, post
|
||||
\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/denon/devicepluginhttpcommander.json
|
||||
*/
|
||||
|
||||
DevicePluginHttpCommander::DevicePluginHttpCommander()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue