diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 53e4db68c..81b066e38 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -69,6 +69,7 @@ The following binary downloads have been compiled with ESP8266/Arduino library c - Add Zigbee command ``ZbConfig`` and configuration in Settings - Add commands ``CounterDebounceLow`` and ``CounterDebounceHigh`` to control debouncing (#8021) - Add commands ``NrfPage``, ``NrfIgnore``, ``NrfScan`` and ``NrfBeacon`` to NRF24 Bluetooth driver (#8075) +- Add commands ``GlobalTemp`` and ``GlobalHum`` to init sensor data (#8152) - Add command ``SetOption41 `` to force sending gratuitous ARP every seconds - Add command ``SetOption90 1`` to disable non-json MQTT messages (#8044) - Add command ``SetOption91 1`` to enable fading at startup / power on diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index c353e54bb..cc54af1f8 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -23,6 +23,7 @@ - Add command ``DevGroupSend`` to send an update to a Device Group (#8093) - Add command ``Ping`` (#7176) - Add command ``Palette`` to add the ability to specify a palette of colors (#8150) +- Add commands ``GlobalTemp`` and ``GlobalHum`` to init sensor data (#8152) - Add quick wifi reconnect using saved AP parameters when ``SetOption56 0`` (#3189) - Add more accuracy to GPS NTP server (#8088) - Add support for an iAQ sensor (#8107)