From 4d8fab75a843d9fc2dcd4491934e5d69192dd526 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 5 Nov 2020 10:01:15 +0100 Subject: [PATCH] Add command ``DimmerStep 1..50`` Add command ``DimmerStep 1..50`` to change default dimmer up and down step of 10% by James Turton (#9733) --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1018102..91ae263bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - Command ``Gpios 255`` to show all possible GPIO configurations - Command ``SwitchText`` to change JSON switch names by barbudor (#9691) - Command ``SetOption114 1`` to detach Switches from Relays and enable MQTT action state for all the SwitchModes returning `{"Switch1":{"Action":"ON"}}` +- Command ``DimmerStep 1..50`` to change default dimmer up and down step of 10% by James Turton (#9733) - HM10 Beacon support and refactoring by Christian Baars (#9702) - Support for Hass discovery of TuyaMcu and Sonoff Ifan by Federico Leoni (#9727) - Initial support for iBeacons (Sensor52) on ESP32 using internal BLE by rvbglas (#9732) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1a8731a89..bee5835e9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -59,6 +59,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota ## Changelog v9.0.0.3 ### Added +- Command ``DimmerStep 1..50`` to change default dimmer up and down step of 10% by James Turton (#9733) - Command ``Gpios 255`` to show all possible GPIO configurations - Command ``NoDelay`` for immediate backlog command execution by Erik Montnemery (#9544) - Command ``ShutterChange`` to increment change position (#9594)