From 1b79ae59f2bfa7e2fcf252a17c9d3e1e65b91299 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 19 Feb 2021 16:54:39 +0100 Subject: [PATCH] Remove VirtualCT synonym --- tasmota/i18n.h | 1 - tasmota/xdrv_04_light.ino | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tasmota/i18n.h b/tasmota/i18n.h index 1c5c9b588..0edd337fa 100644 --- a/tasmota/i18n.h +++ b/tasmota/i18n.h @@ -433,7 +433,6 @@ #define D_SO_POWERONFADE "PowerOnFade" // SO91 #define D_SO_PWMCT "PWMCT" // SO92 #define D_SO_WHITEBLEND "WhiteBlend" // SO105 -#define D_SO_VIRTUALCT "VirtualCT" // SO106 #define D_CMND_CHANNEL "Channel" #define D_CMND_COLOR "Color" #define D_CMND_COLORTEMPERATURE "CT" diff --git a/tasmota/xdrv_04_light.ino b/tasmota/xdrv_04_light.ino index 0144d826d..f60a6bdbd 100644 --- a/tasmota/xdrv_04_light.ino +++ b/tasmota/xdrv_04_light.ino @@ -131,7 +131,7 @@ const uint8_t LIGHT_COLOR_SIZE = 25; // Char array scolor size const char kLightCommands[] PROGMEM = "|" // No prefix // SetOptions synonyms D_SO_CHANNELREMAP "|" D_SO_MULTIPWM "|" D_SO_ALEXACTRANGE "|" D_SO_POWERONFADE "|" D_SO_PWMCT "|" - D_SO_WHITEBLEND "|" D_SO_VIRTUALCT "|" + D_SO_WHITEBLEND "|" // Other commands D_CMND_COLOR "|" D_CMND_COLORTEMPERATURE "|" D_CMND_DIMMER "|" D_CMND_DIMMER_RANGE "|" D_CMND_DIMMER_STEP "|" D_CMND_LEDTABLE "|" D_CMND_FADE "|" D_CMND_RGBWWTABLE "|" D_CMND_SCHEME "|" D_CMND_SPEED "|" D_CMND_WAKEUP "|" D_CMND_WAKEUPDURATION "|" @@ -150,7 +150,7 @@ const char kLightCommands[] PROGMEM = "|" // No prefix SO_SYNONYMS(kLightSynonyms, 37, 68, 82, 91, 92, - 105, 106, + 105, ); void (* const LightCommand[])(void) PROGMEM = {