mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Add commands `CounterDebounceLow
and
CounterDebounceHigh
`
Add commands ``CounterDebounceLow`` and ``CounterDebounceHigh`` to control debouncing (#8021)
This commit is contained in:
parent
bd34db87b1
commit
7ebb5f3cb9
@ -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
|
- 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 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 unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa
|
||||||
- Add support for 64x48 SSD1306 OLED (#6740)
|
- 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 using the same optional Device Group names (#8014)
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
### 8.2.0.3 20200329
|
### 8.2.0.3 20200329
|
||||||
|
|
||||||
- Add support for longer template names
|
- 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
|
### 8.2.0.2 20200328
|
||||||
|
|
||||||
@ -15,7 +16,7 @@
|
|||||||
- Change HM-10 sensor type detection and add features (#7962)
|
- Change HM-10 sensor type detection and add features (#7962)
|
||||||
- Fix possible Relay toggle on (OTA) restart
|
- Fix possible Relay toggle on (OTA) restart
|
||||||
- Fix Zigbee sending wrong Sat value with Hue emulation
|
- 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 Zigbee command ``ZbUnbind``
|
||||||
- Add support for unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa
|
- Add support for unreachable (unplugged) Zigbee devices in Philips Hue emulation and Alexa
|
||||||
- Add support for 64x48 SSD1306 OLED (#6740)
|
- Add support for 64x48 SSD1306 OLED (#6740)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user