diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8285f54..396fbd347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - Command ``RtcNtpserver 0/1`` to enable Tasmota NTP server when enabled by define ``RTC_NTP_SERVER`` - NeoPool JSON modules, power module, cell info, chlorine, conductivity and ionization - Support for up to four DS3502 digital potentiometers with command ``Wiper 0..127`` +- Command ``SetOption136 1`` to disable single sensor reports from Tuya devices while keeping teleperiod reports (#15216) ### Changed - Consolidate three RTC chip drivers (DS3231, BM8563, PCF85363) into one driver updating RTC as soon as possible after restart diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c45f4ac96..2fa2bd507 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -105,6 +105,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ## Changelog v11.0.0.4 ### Added +- Command ``SetOption135 1`` to disable LVGL splash screen +- Command ``SetOption136 1`` to disable single sensor reports from Tuya devices while keeping teleperiod reports [#15216](https://github.com/arendst/Tasmota/issues/15216) - Command ``SspmMap 0`` to reset Sonoff SPM default mapping - Command ``TcpConnect `` to add client connection mode [#14874](https://github.com/arendst/Tasmota/issues/14874) - Command ``RfTimeout 100..60000`` to disable duplicate RfReceive. Default 1000 [#15061](https://github.com/arendst/Tasmota/issues/15061) diff --git a/tools/decode-status.py b/tools/decode-status.py index 32f1b8ec5..5e08d08b8 100755 --- a/tools/decode-status.py +++ b/tools/decode-status.py @@ -188,7 +188,10 @@ a_setoption = [[ "(Tuya) Allow save dimmer = 0 receved by MCU", "(TLS) Use fingerprint validation instead of CA based", "(Shift595) Invert outputs of 74x595 shift registers", - "","","","", + "(PWM) force PWM lights to start at same phase, default is to spread phases to minimze overlap (also needed for H-bridge)", + "(Display & LVGL) force disabling default splash screen", + "(TuyaSNS) When ON disable publish single SNS value on Tuya Receive (keep Teleperiod)", + "", "","","","", "","","","" ]]