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"