mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
validate devices to see if they are present - Refactor MQTT subscriptions #173
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user