diff --git a/lgsmarttv/README.md b/lgsmarttv/README.md new file mode 100644 index 00000000..bfbed57e --- /dev/null +++ b/lgsmarttv/README.md @@ -0,0 +1,5 @@ +# LG Smart TV + +This plugin allows to interact with [LG Smart Tv's](http://www.lg.com/us/experience-tvs/smart-tv) +with the [LG UDAP 2.0 Protocol Specifications](http://developer.lgappstv.com/TV_HELP/index.jsp?topic=%2Flge.tvsdk.references.book%2Fhtml%2FUDAP%2FUDAP%2FLG+UDAP+2+0+Protocol+Specifications.htm). + diff --git a/lgsmarttv/devicepluginlgsmarttv.cpp b/lgsmarttv/devicepluginlgsmarttv.cpp index c677d6dc..5df95e2b 100644 --- a/lgsmarttv/devicepluginlgsmarttv.cpp +++ b/lgsmarttv/devicepluginlgsmarttv.cpp @@ -20,26 +20,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/*! - \page lgsmarttv.html - \title LG Smart Tv - \brief Plugin for LG smart TVs. - - \ingroup plugins - \ingroup nymea-plugins - - This plugin allows to interact with \l{http://www.lg.com/us/experience-tvs/smart-tv}{LG Smart Tv's} - with the \l{http://developer.lgappstv.com/TV_HELP/index.jsp?topic=%2Flge.tvsdk.references.book%2Fhtml%2FUDAP%2FUDAP%2FLG+UDAP+2+0+Protocol+Specifications.htm}{LG UDAP 2.0 Protocol Specifications}. - - \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/lgsmarttv/devicepluginlgsmarttv.json -*/ - #include "devicepluginlgsmarttv.h" #include "plugin/device.h"