Corrected comment

This commit is contained in:
Robin Müller 2021-09-23 16:45:37 +02:00
parent dccc2f0ba7
commit a3eb870ba0
1 changed files with 1 additions and 2 deletions

View File

@ -334,8 +334,7 @@ protected:
* - @c RETURN_OK to send command after #rawPacket and #rawPacketLen
* have been set.
* - @c HasActionsIF::EXECUTION_COMPLETE to generate a finish reply immediately. This can
* be used if no reply is expected. Otherwise, the developer can call #actionHelper.finish
* to finish the command handling.
* be used if no reply is expected
* - Anything else triggers an event with the return code as a parameter as well as a
* step reply failed with the return code
*/