Add commands `CounterDebounceLow and CounterDebounceHigh`

Add commands ``CounterDebounceLow`` and ``CounterDebounceHigh`` to control debouncing (#8021)
This commit is contained in:
Theo Arends 2020-03-31 16:30:30 +02:00
parent bd34db87b1
commit 7ebb5f3cb9
2 changed files with 5 additions and 2 deletions

View File

@ -59,6 +59,8 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
- Fix Zigbee sending wrong Sat value with Hue emulation
- Add Zigbee command ``ZbRestore`` to restore device configuration dumped with ``ZbStatus 2``
- Add Zigbee command ``ZbUnbind``
- Add Zigbee command ``ZbBindState`` and ``manuf``attribute
- Add commands ``CounterDebounceLow`` and ``CounterDebounceHigh`` to control debouncing (#8021)
- 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)

View File

@ -3,7 +3,8 @@
### 8.2.0.3 20200329
- Add support for longer template names
- Add Zigbee commands ``ZbBindState`` and ``manuf``attribute
- Add Zigbee command ``ZbBindState`` and ``manuf``attribute
- Add commands ``CounterDebounceLow`` and ``CounterDebounceHigh`` to control debouncing (#8021)
### 8.2.0.2 20200328
@ -15,7 +16,7 @@
- Change HM-10 sensor type detection and add features (#7962)
- Fix possible Relay toggle on (OTA) restart
- Fix Zigbee sending wrong Sat value with Hue emulation
- Add ZIgbee command ``ZbRestore`` to restore device configuration dumped with ``ZbStatus 2``
- Add Zigbee command ``ZbRestore`` to restore device configuration dumped with ``ZbStatus 2``
- Add Zigbee command ``ZbUnbind``
- Add support for unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa
- Add support for 64x48 SSD1306 OLED (#6740)