mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Merge pull request #11049 from s-hadinger/remove_vct
Remove VirtualCT synonym
This commit is contained in:
commit
690b0a8a78
@ -433,7 +433,6 @@
|
|||||||
#define D_SO_POWERONFADE "PowerOnFade" // SO91
|
#define D_SO_POWERONFADE "PowerOnFade" // SO91
|
||||||
#define D_SO_PWMCT "PWMCT" // SO92
|
#define D_SO_PWMCT "PWMCT" // SO92
|
||||||
#define D_SO_WHITEBLEND "WhiteBlend" // SO105
|
#define D_SO_WHITEBLEND "WhiteBlend" // SO105
|
||||||
#define D_SO_VIRTUALCT "VirtualCT" // SO106
|
|
||||||
#define D_CMND_CHANNEL "Channel"
|
#define D_CMND_CHANNEL "Channel"
|
||||||
#define D_CMND_COLOR "Color"
|
#define D_CMND_COLOR "Color"
|
||||||
#define D_CMND_COLORTEMPERATURE "CT"
|
#define D_CMND_COLORTEMPERATURE "CT"
|
||||||
|
@ -131,7 +131,7 @@ const uint8_t LIGHT_COLOR_SIZE = 25; // Char array scolor size
|
|||||||
const char kLightCommands[] PROGMEM = "|" // No prefix
|
const char kLightCommands[] PROGMEM = "|" // No prefix
|
||||||
// SetOptions synonyms
|
// SetOptions synonyms
|
||||||
D_SO_CHANNELREMAP "|" D_SO_MULTIPWM "|" D_SO_ALEXACTRANGE "|" D_SO_POWERONFADE "|" D_SO_PWMCT "|"
|
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
|
// 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_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 "|"
|
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,
|
SO_SYNONYMS(kLightSynonyms,
|
||||||
37, 68, 82, 91, 92,
|
37, 68, 82, 91, 92,
|
||||||
105, 106,
|
105,
|
||||||
);
|
);
|
||||||
|
|
||||||
void (* const LightCommand[])(void) PROGMEM = {
|
void (* const LightCommand[])(void) PROGMEM = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user