diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5504eeb27..f0f8b929b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -67,14 +67,18 @@ The following binary downloads have been compiled with ESP8266/Arduino library c - Add Zigbee command ``ZbUnbind`` - Add Zigbee command ``ZbBindState`` and ``manuf``attribute - Add commands ``CounterDebounceLow`` and ``CounterDebounceHigh`` to control debouncing (#8021) +- Add commands ``NrfPage``, ``NrfIgnore``, ``NrfScan`` and ``NrfBeacon`` to NRF24 Bluetooth driver (#8075) - 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 - Add command ``Sensor10 0/1/2`` to control BH1750 resolution - 0 = High (default), 1 = High2, 2 = Low (#8016) - Add command ``Sensor10 31..254`` to control BH1750 measurement time which defaults to 69 (#8016) +- Add command ``DevGroupName`` to specify up to four Device Group Names (#8087) +- Add command ``DevGroupSend`` to send an update to a Device Group (#8093) - Add support for unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa - Add support for 64x48 SSD1306 OLED (#6740) -- Add support for up to four MQTT GroupTopics using the same optional Device Group names (#8014) +- Add support for up to four MQTT GroupTopics (#8014) - Add console command history (#7483, #8015) - Add support for longer template names - Add quick wifi reconnect using saved AP parameters when ``SetOption56 0`` (#3189) +- Add more accuracy to GPS NTP server (#8088) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 55e26b159..171040d74 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -17,12 +17,16 @@ - Add support for longer template names - Add Zigbee command ``ZbBindState`` and ``manuf``attribute - Add commands ``CounterDebounceLow`` and ``CounterDebounceHigh`` to control debouncing (#8021) +- Add commands ``NrfPage``, ``NrfIgnore``, ``NrfScan`` and ``NrfBeacon`` to NRF24 Bluetooth driver (#8075) - Add command ``SetOption90 1`` to disable non-json MQTT messages (#8044) - Add command ``Sensor10 0/1/2`` to control BH1750 resolution - 0 = High (default), 1 = High2, 2 = Low (#8016) - Add command ``Sensor10 31..254`` to control BH1750 measurement time which defaults to 69 (#8016) - Add command ``SetOption91 1`` to enable fading at startup / power on - Add command ``SetOption41 `` to force sending gratuitous ARP every seconds +- Add command ``DevGroupName`` to specify up to four Device Group Names (#8087) +- Add command ``DevGroupSend`` to send an update to a Device Group (#8093) - Add quick wifi reconnect using saved AP parameters when ``SetOption56 0`` (#3189) +- Add more accuracy to GPS NTP server (#8088) ### 8.2.0.2 20200328