no command added

This commit is contained in:
Robin Müller 2020-10-21 18:19:51 +02:00
parent b9f3c1ee84
commit 742cc6eb76
1 changed files with 1 additions and 1 deletions

View File

@ -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;