From 742cc6eb7660adbff54e498b29afe73bfca4bbdd Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Wed, 21 Oct 2020 18:19:51 +0200 Subject: [PATCH] no command added --- devicehandlers/DeviceHandlerIF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicehandlers/DeviceHandlerIF.h b/devicehandlers/DeviceHandlerIF.h index 088c1b457..f64e1589c 100644 --- a/devicehandlers/DeviceHandlerIF.h +++ b/devicehandlers/DeviceHandlerIF.h @@ -21,7 +21,7 @@ using DeviceCommandId_t = uint32_t; */ class DeviceHandlerIF { public: - + static const DeviceCommandId_t NO_COMMAND = 0xffffffff; static const uint8_t TRANSITION_MODE_CHILD_ACTION_MASK = 0x20; static const uint8_t TRANSITION_MODE_BASE_ACTION_MASK = 0x10;