mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
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.
This commit is contained in:
parent
af2a2076e3
commit
83b3343a34
@ -1256,6 +1256,7 @@ void SettingsDefaultSet2(void) {
|
||||
Settings->flag3 = flag3;
|
||||
Settings->flag4 = flag4;
|
||||
Settings->flag5 = flag5;
|
||||
Settings->flag6 = flag6;
|
||||
}
|
||||
|
||||
void SettingsDefaultSet3(void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user