Merge branch 'development' into mueller/newLocalDataPools

This commit is contained in:
2020-12-01 15:27:41 +01:00
20 changed files with 249 additions and 68 deletions

View File

@ -18,6 +18,8 @@ public:
static const uint8_t TRANSITION_MODE_CHILD_ACTION_MASK = 0x20;
static const uint8_t TRANSITION_MODE_BASE_ACTION_MASK = 0x10;
static constexpr Command_t NO_COMMAND = -1;
/**
* @brief This is the mode the <strong>device handler</strong> is in.
*