Add SetOption147

Add SetOption147  (MQTT) Enable publish SSerialReceived MQTT messages. If disabled, use event rules instead.
If it is disabled, tasmota will not publish an MQTT message every time a SSerialReceived event fires. Use rules to control how and when publish these messages.
This commit is contained in:
ortegafernando 2022-09-20 23:12:54 +02:00 committed by GitHub
parent e1f5390c32
commit 3cb2c7c497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ typedef union { // Restricted by MISRA-C Rule 18.4 bu
uint32_t data; // Allow bit manipulation using SetOption uint32_t data; // Allow bit manipulation using SetOption
struct { // SetOption146 .. SetOption177 struct { // SetOption146 .. SetOption177
uint32_t use_esp32_temperature : 1; // bit 0 (v12.1.1.1) - SetOption146 - (ESP32) Show ESP32 internal temperature sensor uint32_t use_esp32_temperature : 1; // bit 0 (v12.1.1.1) - SetOption146 - (ESP32) Show ESP32 internal temperature sensor
uint32_t spare01 : 1; // bit 1 uint32_t mqtt_sserialreceived : 1; // bit 1 (v12.x.x.x) - SetOption147 - (MQTT) Enable publish SSerialReceived MQTT messages. If disabled, use event rules instead.
uint32_t spare02 : 1; // bit 2 uint32_t spare02 : 1; // bit 2
uint32_t spare03 : 1; // bit 3 uint32_t spare03 : 1; // bit 3
uint32_t spare04 : 1; // bit 4 uint32_t spare04 : 1; // bit 4