Add commands ``GlobalTemp`` and ``GlobalHum``

Add commands ``GlobalTemp`` and ``GlobalHum`` to init sensor data (#8152)
This commit is contained in:
Theo Arends 2020-04-13 14:40:29 +02:00
parent 125d773763
commit 5db2ac1955
2 changed files with 2 additions and 0 deletions

View File

@ -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 <x>`` to force sending gratuitous ARP every <x> seconds
- Add command ``SetOption90 1`` to disable non-json MQTT messages (#8044)
- Add command ``SetOption91 1`` to enable fading at startup / power on

View File

@ -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)