Update changelogs

This commit is contained in:
Theo Arends 2024-06-14 10:46:14 +02:00
parent cbff86695f
commit 9451f20b43
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,8 @@ All notable changes to this project will be documented in this file.
### Changed
- SerialBridge command ``SSerialSend9`` replaced by ``SSerialMode``
- NeoPool using temperature as only frequently changing value for NPTeleperiod
- SML replace vars in descriptor and line (#21622)
- NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628)
### Fixed

View File

@ -129,13 +129,15 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Berry `classof` extended to class methods [#21615](https://github.com/arendst/Tasmota/issues/21615)
- HASPmota rounds to nearest int values passed as 'real' [#21599](https://github.com/arendst/Tasmota/issues/21599)
- Matter support for Air Quality sensors [#21559](https://github.com/arendst/Tasmota/issues/21559)
- Matter support for bridged Air Quality (#21597)[#21597](https://github.com/arendst/Tasmota/issues/21597)
- Matter support for bridged Air Quality [#21597](https://github.com/arendst/Tasmota/issues/21597)
### Changed
- Optional MQTT_TELE_RETAIN to Energy Margins message replaced by ``SensorRetain``
- Display timing splash screen with display modes 1 to 5
- Allow receive or send using SerialBridge
- SerialBridge command ``SSerialSend9`` replaced by ``SSerialMode``
- SML replace vars in descriptor and line [#21622](https://github.com/arendst/Tasmota/issues/21622)
- NeoPool using temperature as only frequently changing value for NPTeleperiod [#21628](https://github.com/arendst/Tasmota/issues/21628)
- ESP32 Core3 platform update from 2024.05.13 to 2024.06.10 [#21569](https://github.com/arendst/Tasmota/issues/21569)
- ESP32 MI32 refactoring, bugfixes, generic device scanning [#21603](https://github.com/arendst/Tasmota/issues/21603)
- Matter refactoring of bridged devices [#21575](https://github.com/arendst/Tasmota/issues/21575)