From a8aac1630bedbda032eb26b91111e4d7adfe0fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 18 Jun 2019 17:22:35 +0200 Subject: [PATCH] Migrate lgsmarttv plugin documentation --- lgsmarttv/README.md | 5 +++++ lgsmarttv/devicepluginlgsmarttv.cpp | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) create mode 100644 lgsmarttv/README.md 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"