mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
individual subscriptions: resubscribe, show, some system commands
This commit is contained in:
@@ -140,9 +140,10 @@ enum DeviceValueTAG : uint8_t {
|
||||
|
||||
// mqtt flags for command subscriptions
|
||||
enum MqttSubFlag : uint8_t {
|
||||
FLAG_NONE = 0,
|
||||
FLAG_NORMAL = 0,
|
||||
FLAG_HC,
|
||||
FLAG_WWC
|
||||
FLAG_WWC,
|
||||
FLAG_NOSUB
|
||||
};
|
||||
|
||||
class EMSdevice {
|
||||
|
||||
Reference in New Issue
Block a user