From 18d19fbb2c7575cf7b880e0caebf5cbcbc447358 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Mon, 25 May 2020 23:12:25 +0200 Subject: [PATCH] < removed --- devicehandlers/DeviceHandlerIF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicehandlers/DeviceHandlerIF.h b/devicehandlers/DeviceHandlerIF.h index 59ee1853..f6b29e25 100644 --- a/devicehandlers/DeviceHandlerIF.h +++ b/devicehandlers/DeviceHandlerIF.h @@ -28,7 +28,7 @@ public: // MODE_ON = 0, //!< The device is powered and ready to perform operations. In this mode, no commands are sent by the device handler itself, but direct commands van be commanded and will be interpreted // MODE_OFF = 1, //!< The device is powered off. The only command accepted in this mode is a mode change to on. - //!< The device is powered on and the device handler periodically sends + //! The device is powered on and the device handler periodically sends //! commands. The commands to be sent are selected by the handler //! according to the submode. static const Mode_t MODE_NORMAL = 2;