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}.