validate devices to see if they are present - Refactor MQTT subscriptions #173

This commit is contained in:
proddy
2021-11-02 21:00:16 +01:00
parent e1419edb15
commit bf40222105
4 changed files with 38 additions and 41 deletions

View File

@@ -49,7 +49,7 @@ enum CommandFlag : uint8_t {
// return status after calling a Command
enum CommandRet : uint8_t {
ERRORED = 0, // 0 or FALSE
FAIL = 0, // 0 or FALSE
OK, // 1 or TRUE
NOT_FOUND, // 2
ERROR, // 3