From f56383ac1b4abdd4baabdfe5620b968e810c63d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 12 Jun 2015 17:34:38 +0200 Subject: [PATCH] improve documentation --- .../deviceplugins/udpcommander/devicepluginudpcommander.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/deviceplugins/udpcommander/devicepluginudpcommander.cpp b/plugins/deviceplugins/udpcommander/devicepluginudpcommander.cpp index 16cddbce..a5e9e969 100644 --- a/plugins/deviceplugins/udpcommander/devicepluginudpcommander.cpp +++ b/plugins/deviceplugins/udpcommander/devicepluginudpcommander.cpp @@ -39,10 +39,13 @@ \code $ echo "Light 1 ON" | nc -u localhost 2323 + OK \endcode This allows you to execute \l{Action}{Actions} in your home automation system when a certain UDP message will be sent to guh. + If the command will be recognized from guh, the sender will receive as answere a \c{"OK"} string. + \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}.