From 65be8e6b59e06cd154d098511f9e5aa8a841da8f Mon Sep 17 00:00:00 2001 From: stefanbode Date: Tue, 16 Nov 2021 13:04:02 +0100 Subject: [PATCH] Introduced: shuttertiltchange shuttertiltchange allows a change of the tilt. Most likely used with buttons --- tasmota/i18n.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/i18n.h b/tasmota/i18n.h index c08703e0f..1b8115d28 100644 --- a/tasmota/i18n.h +++ b/tasmota/i18n.h @@ -694,6 +694,7 @@ #define D_CMND_SHUTTER_UNITTEST "UnitTest" #define D_CMND_SHUTTER_TILTCONFIG "TiltConfig" #define D_CMND_SHUTTER_SETTILT "Tilt" +#define D_CMND_SHUTTER_TILTINCDEC "TiltChange" // Commands xdrv_32_hotplug.ino #define D_CMND_HOTPLUG "HotPlug"