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:
ortegafernando 2022-09-22 20:57:02 +02:00 committed by GitHub
parent af2a2076e3
commit 83b3343a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1256,6 +1256,7 @@ void SettingsDefaultSet2(void) {
Settings->flag3 = flag3;
Settings->flag4 = flag4;
Settings->flag5 = flag5;
Settings->flag6 = flag6;
}
void SettingsDefaultSet3(void) {