Migrate serialportcommander plugin documentation

This commit is contained in:
Simon Stürz 2019-06-19 11:35:24 +02:00
parent f07ae836c1
commit 6778a41c58
2 changed files with 3 additions and 17 deletions

View File

@ -0,0 +1,3 @@
# Serial port commander
This plugin allowes to send and receive custom serial port commands and integrate them into the rule engine. This plugin is ment as a generic approach for developers and assumes you know which data is coming form a serial device and how the API looks like.

View File

@ -20,23 +20,6 @@
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*!
\page serialportcommander.html
\title Serial Port Commander
\brief Plug-In to send and receive strings over a serial port.
\ingroup plugins
\ingroup nymea-plugins
\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/serialportcommander/devicepluginserialportcommander.json
*/
#include "devicepluginserialportcommander.h"
#include "plugininfo.h"