mirror of https://github.com/arendst/Tasmota.git
Merge pull request #11544 from blakadder/development
remove unused command defines
This commit is contained in:
commit
c93185172a
|
@ -91,9 +91,9 @@ struct TUYA {
|
|||
#define D_CMND_TUYARGB "RGB"
|
||||
#define D_CMND_TUYA_ENUM "Enum"
|
||||
#define D_CMND_TUYA_ENUM_LIST "EnumList"
|
||||
#define D_CMND_TUYA_SET_TEMP "SetTemp"
|
||||
#define D_CMND_TUYA_SET_HUM "SetHum"
|
||||
#define D_CMND_TUYA_SET_TIMER "SetTimer"
|
||||
// #define D_CMND_TUYA_SET_TEMP "SetTemp"
|
||||
// #define D_CMND_TUYA_SET_HUM "SetHum"
|
||||
// #define D_CMND_TUYA_SET_TIMER "SetTimer"
|
||||
|
||||
const char kTuyaSensors[] PROGMEM = // List of available sensors (can be expanded in the future)
|
||||
"" D_JSON_TEMPERATURE "|TempSet|" D_JSON_HUMIDITY "|HumSet|" D_JSON_ILLUMINANCE
|
||||
|
|
Loading…
Reference in New Issue