From f07ae836c168abc825145c1c6600d05052cff639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 19 Jun 2019 11:15:59 +0200 Subject: [PATCH] Migrate senic plugin documentation --- senic/README.md | 3 +++ senic/devicepluginsenic.cpp | 17 ----------------- 2 files changed, 3 insertions(+), 17 deletions(-) create mode 100644 senic/README.md diff --git a/senic/README.md b/senic/README.md new file mode 100644 index 00000000..9d0a203b --- /dev/null +++ b/senic/README.md @@ -0,0 +1,3 @@ +# Senic + +This plugin allows you to integrate the Nuimo device from [Senic](https://www.senic.com/en/). The device can be used together with the rule engine to controll whatever device you want within nymea. \ No newline at end of file diff --git a/senic/devicepluginsenic.cpp b/senic/devicepluginsenic.cpp index 7647ce14..135eceb7 100644 --- a/senic/devicepluginsenic.cpp +++ b/senic/devicepluginsenic.cpp @@ -20,23 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page senic.html - \title Senic - Nuimo - \brief Plugin for Senic Nuimo. - - \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/senic/devicepluginsenic.json -*/ - #include "devicepluginsenic.h" #include "plugin/device.h" #include "devicemanager.h"