From 83b3343a34233097de9e8ef4a8043e0aa8be3d7c Mon Sep 17 00:00:00 2001 From: ortegafernando Date: Thu, 22 Sep 2022 20:57:02 +0200 Subject: [PATCH] Add SetOption147 SetOption147 (MQTT) Disable publish SSerialReceived MQTT messages. If disabled, you must use event trigger rules instead. If it is activated, tasmota will not publish a MQTT message every time a SSerialReceived event fires. Use rules to control "what, how and when" publish these messages. --- tasmota/tasmota_support/settings.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota_support/settings.ino b/tasmota/tasmota_support/settings.ino index 5e961afc9..649c3d301 100644 --- a/tasmota/tasmota_support/settings.ino +++ b/tasmota/tasmota_support/settings.ino @@ -1256,6 +1256,7 @@ void SettingsDefaultSet2(void) { Settings->flag3 = flag3; Settings->flag4 = flag4; Settings->flag5 = flag5; + Settings->flag6 = flag6; } void SettingsDefaultSet3(void) {