mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Mqtt: remove all HA if not active, timeout QoS, option single2cmd
This commit is contained in:
@@ -128,10 +128,6 @@
|
||||
#define EMSESP_DEFAULT_BOOL_FORMAT 1 // on/off
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_HA_CLIMATE_FORMAT
|
||||
#define EMSESP_DEFAULT_HA_CLIMATE_FORMAT 1 // current temp
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_MQTT_QOS
|
||||
#define EMSESP_DEFAULT_MQTT_QOS 0
|
||||
#endif
|
||||
@@ -160,6 +156,10 @@
|
||||
#define EMSESP_DEFAULT_PUBLISH_SINGLE false
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_PUBLISH_SINGLE2CMD
|
||||
#define EMSESP_DEFAULT_PUBLISH_SINGLE2CMD false
|
||||
#endif
|
||||
|
||||
#ifndef EMSESP_DEFAULT_SEND_RESPONSE
|
||||
#define EMSESP_DEFAULT_SEND_RESPONSE false
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user