From 5db2ac1955028229b3e8ebd094fba950cf321913 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 13 Apr 2020 14:40:29 +0200 Subject: [PATCH] Add commands ``GlobalTemp`` and ``GlobalHum`` Add commands ``GlobalTemp`` and ``GlobalHum`` to init sensor data (#8152) --- RELEASENOTES.md | 1 + tasmota/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) 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)