Skip to content

Commit

Permalink
Update my_user_config.h (#21921)
Browse files Browse the repository at this point in the history
Adding SetOption references for a few `#define`, to make the relation clear, and in the common searchable format like `[SetOption147]`. Also added that since some time now, this option covers both `SSerialReceived` and `IrReceived`.
  • Loading branch information
sfromis authored Aug 7, 2024
1 parent 040ffb3 commit 77669f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasmota/my_user_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@
#define MQTT_LWT_OFFLINE "Offline" // MQTT LWT offline topic message
#define MQTT_LWT_ONLINE "Online" // MQTT LWT online topic message

#define MQTT_CLEAN_SESSION 1 // Mqtt clean session connection (0 = No clean session, 1 = Clean session (default))
#define MQTT_DISABLE_SSERIALRECEIVED 0 // 1 = Disable sserialreceived mqtt messages, 0 = Enable sserialreceived mqtt messages (default)
#define MQTT_DISABLE_MODBUSRECEIVED 0 // 1 = Disable ModbusReceived mqtt messages, 0 = Enable ModbusReceived mqtt messages (default)
#define MQTT_CLEAN_SESSION 1 // [SetOption140] Mqtt clean session connection (0 = No clean session, 1 = Clean session (default))
#define MQTT_DISABLE_SSERIALRECEIVED 0 // [SetOption147] 1 = Disable SSerialReceived/IrReceived mqtt messages, 0 = Enable these mqtt messages (default)
#define MQTT_DISABLE_MODBUSRECEIVED 0 // [SetOption158] 1 = Disable ModbusReceived mqtt messages, 0 = Enable ModbusReceived mqtt messages (default)

// -- MQTT - Domoticz -----------------------------
#define USE_DOMOTICZ // Enable Domoticz (+6k code, +0.3k mem)
Expand Down Expand Up @@ -1026,7 +1026,7 @@
#define USE_ZIGBEE_MAXTIME_LIFT 4*60*60 // 4h

// -- Matter support (ESP32 and variants) ----------------------------
#define MATTER_ENABLED false // Is Matter enabled by default (ie `SO151 1`)
#define MATTER_ENABLED false // [SetOption151] Is Matter enabled by default

// -- Other sensors/drivers -----------------------

Expand Down

0 comments on commit 77669f7

Please sign in to comment.